Searched refs:currentMatName (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
H A DOBJLoader.java74 protected String currentMatName; field in class:OBJLoader
172 currentMatName = null;
279 if (matList != null && matFaces.containsKey(currentMatName)){
280 matFaces.get(currentMatName).add(f);
369 currentMatName = scan.next();
370 // if (!matList.containsKey(currentMatName))
371 // throw new IOException("Cannot locate material " + currentMatName + " in MTL file!");

Completed in 298 milliseconds