Uses of Class
com.jme.image.Texture.EnvironmentalMapMode

Packages that use Texture.EnvironmentalMapMode
com.jme.image   
 

Uses of Texture.EnvironmentalMapMode in com.jme.image
 

Methods in com.jme.image that return Texture.EnvironmentalMapMode
 Texture.EnvironmentalMapMode Texture.getEnvironmentalMapMode()
           
static Texture.EnvironmentalMapMode Texture.EnvironmentalMapMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Texture.EnvironmentalMapMode[] Texture.EnvironmentalMapMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme.image with parameters of type Texture.EnvironmentalMapMode
 void Texture.setEnvironmentalMapMode(Texture.EnvironmentalMapMode envMapMode)