Searched refs:MeshContext (Results 1 – 5 of 5) sorted by relevance
57 import com.jme3.scene.plugins.blender.meshes.MeshContext;117 protected Map<Long, MeshContext> meshContexts = new HashMap<Long, MeshContext>();551 public void setMeshContext(Long meshOMA, MeshContext meshContext) { in setMeshContext()563 public MeshContext getMeshContext(Long meshOMA) { in getMeshContext()
15 public class MeshContext { class
114 MeshContext meshContext = new MeshContext(); in toMesh()
34 import com.jme3.scene.plugins.blender.meshes.MeshContext;238 MeshContext meshContext = blenderContext.getMeshContext(meshStructure.getOldMemoryAddress()); in readVerticesWeightsData()
399 ==> engine/src/blender/com/jme3/scene/plugins/blender/meshes/MeshContext.java <==