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

Packages that use MaterialExtension
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 MaterialExtension in com.jme3.scene.plugins.ogre.matext
 

Methods in com.jme3.scene.plugins.ogre.matext that return MaterialExtension
 MaterialExtension MaterialExtensionSet.getMaterialExtension(java.lang.String baseMatName)
          Returns the MaterialExtension for a given Ogre3D base material name.
 

Methods in com.jme3.scene.plugins.ogre.matext with parameters of type MaterialExtension
 void MaterialExtensionSet.addMaterialExtension(MaterialExtension extension)
          Adds a new material extension to the set of extensions.