Uses of Class
com.jme3.scene.plugins.blender.materials.MaterialContext

Packages that use MaterialContext
com.jme3.scene.plugins.blender.materials   
 

Uses of MaterialContext in com.jme3.scene.plugins.blender.materials
 

Methods in com.jme3.scene.plugins.blender.materials that return MaterialContext
 MaterialContext[] MaterialHelper.getMaterials(Structure structureWithMaterials, BlenderContext blenderContext)
          This method returns the table of materials connected to the specified structure.
 MaterialContext MaterialHelper.toMaterialContext(Structure structure, BlenderContext blenderContext)
          This method converts the material structure to jme Material.