Uses of Class
processing.core.PShapeOBJ.OBJFace
-
Packages that use PShapeOBJ.OBJFace Package Description processing.core -
-
Uses of PShapeOBJ.OBJFace in processing.core
Method parameters in processing.core with type arguments of type PShapeOBJ.OBJFace Modifier and Type Method Description protected voidPShapeOBJ. addChildren(ArrayList<PShapeOBJ.OBJFace> faces, ArrayList<PShapeOBJ.OBJMaterial> materials, ArrayList<PVector> coords, ArrayList<PVector> normals, ArrayList<PVector> texcoords)protected static voidPShapeOBJ. parseOBJ(PApplet parent, String path, BufferedReader reader, ArrayList<PShapeOBJ.OBJFace> faces, ArrayList<PShapeOBJ.OBJMaterial> materials, ArrayList<PVector> coords, ArrayList<PVector> normals, ArrayList<PVector> texcoords)Constructors in processing.core with parameters of type PShapeOBJ.OBJFace Constructor Description PShapeOBJ(PShapeOBJ.OBJFace face, PShapeOBJ.OBJMaterial mtl, ArrayList<PVector> coords, ArrayList<PVector> normals, ArrayList<PVector> texcoords)
-