Uses of Class
com.jme.scene.Spatial.TextureCombineMode

Packages that use Spatial.TextureCombineMode
com.jme.scene   
 

Uses of Spatial.TextureCombineMode in com.jme.scene
 

Fields in com.jme.scene declared as Spatial.TextureCombineMode
protected  Spatial.TextureCombineMode Spatial.textureCombineMode
          Flag signaling how textures are combined for this node.
 

Methods in com.jme.scene that return Spatial.TextureCombineMode
 Spatial.TextureCombineMode Spatial.getLocalTextureCombineMode()
           
 Spatial.TextureCombineMode Spatial.getTextureCombineMode()
          Returns this spatial's texture combine mode.
static Spatial.TextureCombineMode Spatial.TextureCombineMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Spatial.TextureCombineMode[] Spatial.TextureCombineMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme.scene with parameters of type Spatial.TextureCombineMode
 void Spatial.setTextureCombineMode(Spatial.TextureCombineMode mode)
          Sets how textures from parents should be combined for this Spatial.