Uses of Class
com.jme3.scene.plugins.ogre.matext.MaterialExtensionSet
Packages that use MaterialExtensionSet
-
Uses of MaterialExtensionSet in com.jme3.scene.plugins.ogre.matext
Methods in com.jme3.scene.plugins.ogre.matext that return MaterialExtensionSetModifier and TypeMethodDescriptionOgreMaterialKey.getMaterialExtensionSet()Returns theMaterialExtensionSetpreviously set usingOgreMaterialKey.setMaterialExtensionSet(com.jme3.scene.plugins.ogre.matext.MaterialExtensionSet)method.Methods in com.jme3.scene.plugins.ogre.matext with parameters of type MaterialExtensionSetModifier and TypeMethodDescriptioncom.jme3.material.MaterialListMaterialExtensionLoader.load(com.jme3.asset.AssetManager assetManager, com.jme3.asset.AssetKey key, MaterialExtensionSet matExts, List<com.jme3.util.blockparser.Statement> statements) voidOgreMaterialKey.setMaterialExtensionSet(MaterialExtensionSet matExts) Set theMaterialExtensionSetto use for mapping base materials to jME3 matdefs when loading.