Uses of Class
com.jme3.scene.plugins.blender.meshes.MeshContext

Packages that use MeshContext
com.jme3.scene.plugins.blender   
 

Uses of MeshContext in com.jme3.scene.plugins.blender
 

Fields in com.jme3.scene.plugins.blender with type parameters of type MeshContext
protected  java.util.Map<java.lang.Long,MeshContext> BlenderContext.meshContexts
          A map of mesh contexts.
 

Methods in com.jme3.scene.plugins.blender that return MeshContext
 MeshContext BlenderContext.getMeshContext(java.lang.Long meshOMA)
          This method returns the mesh context for the given mesh old memory address.
 

Methods in com.jme3.scene.plugins.blender with parameters of type MeshContext
 void BlenderContext.setMeshContext(java.lang.Long meshOMA, MeshContext meshContext)
          This method sets the mesh context for the given mesh old memory address.