Uses of Class
processing.core.PShapeOBJ.OBJMaterial
-
Packages that use PShapeOBJ.OBJMaterial Package Description processing.core -
-
Uses of PShapeOBJ.OBJMaterial in processing.core
Methods in processing.core that return PShapeOBJ.OBJMaterial Modifier and Type Method Description protected static PShapeOBJ.OBJMaterialPShapeOBJ. addMaterial(String mtlname, ArrayList<PShapeOBJ.OBJMaterial> materials, Map<String,Integer> materialsHash)Method parameters in processing.core with type arguments of type PShapeOBJ.OBJMaterial Modifier and Type Method Description protected static PShapeOBJ.OBJMaterialPShapeOBJ. addMaterial(String mtlname, ArrayList<PShapeOBJ.OBJMaterial> materials, Map<String,Integer> materialsHash)protected static voidPShapeOBJ. parseMTL(PApplet parent, String mtlfn, String path, BufferedReader reader, ArrayList<PShapeOBJ.OBJMaterial> materials, Map<String,Integer> materialsHash)Constructors in processing.core with parameters of type PShapeOBJ.OBJMaterial Constructor Description PShapeOBJ(PShapeOBJ.OBJFace face, PShapeOBJ.OBJMaterial mtl, ArrayList<PVector> coords, ArrayList<PVector> normals, ArrayList<PVector> texcoords)
-