Uses of Class
org.praxislive.video.pgl.code.userapi.PShape
-
Packages that use PShape Package Description org.praxislive.video.pgl.code org.praxislive.video.pgl.code.userapi -
-
Uses of PShape in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code that return PShape Modifier and Type Method Description PShape
P2DCodeDelegate. createShape()
PShape
P2DCodeDelegate. createShape(Constants.ShapeType type)
PShape
P2DCodeDelegate. createShape(PShape source)
PShape
P3DCodeDelegate. createShape()
PShape
P3DCodeDelegate. createShape(Constants.ShapeType type)
PShape
P3DCodeDelegate. createShape(PShape source)
Methods in org.praxislive.video.pgl.code with parameters of type PShape Modifier and Type Method Description PShape
P2DCodeDelegate. createShape(PShape source)
PShape
P3DCodeDelegate. createShape(PShape source)
void
P2DCodeDelegate. shape(PShape shape)
void
P2DCodeDelegate. shape(PShape shape, double x, double y)
void
P2DCodeDelegate. shape(PShape shape, double a, double b, double c, double d)
void
P3DCodeDelegate. shape(PShape shape)
void
P3DCodeDelegate. shape(PShape shape, double x, double y)
void
P3DCodeDelegate. shape(PShape shape, double a, double b, double c, double d)
-
Uses of PShape in org.praxislive.video.pgl.code.userapi
Methods in org.praxislive.video.pgl.code.userapi that return PShape Modifier and Type Method Description PShape
PShape. addChild(PShape who)
PShape
PShape. addChild(PShape who, int idx)
PShape
PShape. ambient(double gray)
PShape
PShape. ambient(double x, double y, double z)
PShape
PShape. attrib(String name, boolean... values)
PShape
PShape. attrib(String name, double... values)
PShape
PShape. attrib(String name, int... values)
PShape
PShape. attribNormal(String name, double nx, double ny, double nz)
PShape
PShape. attribPosition(String name, double x, double y, double z)
PShape
PShape. beginContour()
PShape
PShape. beginShape()
PShape
PShape. beginShape(Constants.ShapeMode kind)
PShape
PShape. bezierVertex(double x2, double y2, double x3, double y3, double x4, double y4)
PShape
PShape. bezierVertex(double x2, double y2, double z2, double x3, double y3, double z3, double x4, double y4, double z4)
PShape
PShape. curveDetail(int detail)
PShape
PShape. curveTightness(double tightness)
PShape
PShape. curveVertex(double x, double y)
PShape
PShape. curveVertex(double x, double y, double z)
PShape
PShape. disableStyle()
PShape
PShape. emissive(double gray)
PShape
PShape. emissive(double x, double y, double z)
PShape
PShape. enableStyle()
PShape
PShape. endContour()
PShape
PShape. fill(double gray)
PShape
PShape. fill(double gray, double alpha)
PShape
PShape. fill(double x, double y, double z)
PShape
PShape. fill(double x, double y, double z, double a)
PShape
PShape. getChild(int index)
PShape
PShape. getChild(String target)
PShape
PShape. getTessellation()
PShape
PShape. noFill()
PShape
PShape. normal(double nx, double ny, double nz)
PShape
PShape. noStroke()
PShape
PShape. noTexture()
PShape
PShape. noTint()
PShape
PShape. quadraticVertex(double cx, double cy, double x3, double y3)
PShape
PShape. quadraticVertex(double cx, double cy, double cz, double x3, double y3, double z3)
PShape
PShape. removeChild(int idx)
PShape
PShape. resetMatrix()
PShape
PShape. rotate(double angle)
PShape
PShape. rotate(double angle, double v0, double v1, double v2)
PShape
PShape. rotateX(double angle)
PShape
PShape. rotateY(double angle)
PShape
PShape. rotateZ(double angle)
PShape
PShape. scale(double s)
PShape
PShape. scale(double x, double y)
PShape
PShape. scale(double x, double y, double z)
PShape
PShape. shininess(double shine)
PShape
PShape. specular(double gray)
PShape
PShape. specular(double x, double y, double z)
PShape
PShape. stroke(double gray)
PShape
PShape. stroke(double gray, double alpha)
PShape
PShape. stroke(double x, double y, double z)
PShape
PShape. stroke(double x, double y, double z, double alpha)
PShape
PShape. strokeWeight(double weight)
PShape
PShape. texture(PImage tex)
PShape
PShape. textureMode(Constants.TextureMode mode)
PShape
PShape. tint(double gray)
PShape
PShape. tint(double gray, double alpha)
PShape
PShape. tint(double x, double y, double z)
PShape
PShape. tint(double x, double y, double z, double alpha)
PShape
PShape. translate(double x, double y)
PShape
PShape. translate(double x, double y, double z)
PShape
PShape. vertex(double x, double y)
PShape
PShape. vertex(double x, double y, double z)
PShape
PShape. vertex(double x, double y, double u, double v)
PShape
PShape. vertex(double x, double y, double z, double u, double v)
Methods in org.praxislive.video.pgl.code.userapi with parameters of type PShape Modifier and Type Method Description PShape
PShape. addChild(PShape who)
PShape
PShape. addChild(PShape who, int idx)
-