Package com.jme3.scene.plugins.ogre
Class OgreMeshKey
OgreMeshKey is used to load Ogre3D mesh.xml models with a specific
 material file or list. This allows customizing from where the materials
 are retrieved, instead of loading the material file as the same
 name as the model (the default).
- 
Field Summary
- 
Constructor SummaryConstructorsConstructorDescriptionOgreMeshKey(String name) OgreMeshKey(String name, MaterialList materialList) OgreMeshKey(String name, String materialName) 
- 
Method SummaryModifier and TypeMethodDescriptionbooleaninthashCode()voidsetMaterialList(MaterialList materialList) voidsetMaterialName(String name) Methods inherited from class com.jme3.asset.ModelKeygetCacheType, getProcessorTypeMethods inherited from class com.jme3.asset.AssetKeyclone, getExtension, getExtension, getFolder, getFolder, getName, read, reducePath, toString, write