| Package | Description |
|---|---|
| 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. |
| Modifier and Type | Method and Description |
|---|---|
MaterialExtension |
MaterialExtensionSet.getMaterialExtension(java.lang.String baseMatName)
Returns the
MaterialExtension for a given Ogre3D base material
name. |
| Modifier and Type | Method and Description |
|---|---|
void |
MaterialExtensionSet.addMaterialExtension(MaterialExtension extension)
Adds a new material extension to the set of extensions.
|