Searched defs:matName (Results 1 – 6 of 6) sorted by relevance
64 private String matName; field in MaterialExtensionLoader
213 private void applyMaterial(Geometry geom, String matName) { in applyMaterial()243 …private void startSubMesh(String matName, String usesharedvertices, String use32bitIndices, String… in startSubMesh()
66 private String matName; field in MaterialLoader
70 protected String matName; field in MTLLoader
388 protected Geometry createGeometry(ArrayList<Face> faceList, String matName) throws IOException{ in createGeometry()
540 String matName = ic.readString("materialName", null); in read() local