Uses of Class
com.jme3.scene.plugins.ogre.matext.MaterialExtensionSet

Packages that use MaterialExtensionSet
com.jme3.scene.plugins.ogre.matext com.jme3.scene.plugins.ogre.matext allows loading of more advanced Ogre3D materials that use "base" materials to abstract functionality. 
 

Uses of MaterialExtensionSet in com.jme3.scene.plugins.ogre.matext
 

Methods in com.jme3.scene.plugins.ogre.matext that return MaterialExtensionSet
 MaterialExtensionSet OgreMaterialKey.getMaterialExtensionSet()
          Returns the MaterialExtensionSet previously set using OgreMaterialKey.setMaterialExtensionSet(com.jme3.scene.plugins.ogre.matext.MaterialExtensionSet) method.
 

Methods in com.jme3.scene.plugins.ogre.matext with parameters of type MaterialExtensionSet
 MaterialList MaterialExtensionLoader.load(AssetManager assetManager, AssetKey key, MaterialExtensionSet matExts, java.util.List<Statement> statements)
           
 void OgreMaterialKey.setMaterialExtensionSet(MaterialExtensionSet matExts)
          Set the MaterialExtensionSet to use for mapping base materials to jME3 matdefs when loading.