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