HomeSort by relevance Sort by last modified time
    Searched refs:matList (Results 1 - 4 of 4) sorted by null

  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/scene/plugins/
MTLLoader.java 58 protected MaterialList matList;
79 matList = null;
159 matList.put(matName, material);
298 matList = new MaterialList();
319 MaterialList list = matList;
OBJLoader.java 86 protected MaterialList matList;
173 matList = null;
279 if (matList != null && matFaces.containsKey(currentMatName)){
323 matList = (MaterialList) assetManager.loadAsset(mtlKey);
328 if (matList != null){
330 for (String matName : matList.keySet()){
370 // if (!matList.containsKey(currentMatName))
398 if (matName != null && matList != null){
400 material = matList.get(matName);
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestQ3.java 98 MaterialList matList = (MaterialList) assetManager.loadAsset("Scene.material");
99 OgreMeshKey key = new OgreMeshKey("main.meshxml", matList);
  /external/jmonkeyengine/engine/src/test/jme3test/tools/
TestOctree.java 86 MaterialList matList = (MaterialList) assetManager.loadAsset("Scene.material");
87 OgreMeshKey key = new OgreMeshKey("main.meshxml", matList);

Completed in 135 milliseconds