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

Packages that use Texture.CombinerScale
com.jme.image   
com.jme.scene.state.jogl.records   
com.jme.scene.state.lwjgl.records   
 

Uses of Texture.CombinerScale in com.jme.image
 

Methods in com.jme.image that return Texture.CombinerScale
 Texture.CombinerScale Texture.getCombineScaleAlpha()
           
 Texture.CombinerScale Texture.getCombineScaleRGB()
           
static Texture.CombinerScale Texture.CombinerScale.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Texture.CombinerScale[] Texture.CombinerScale.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.CombinerScale
 void Texture.setCombineScaleAlpha(Texture.CombinerScale combineScaleAlpha)
           
 void Texture.setCombineScaleRGB(Texture.CombinerScale combineScaleRGB)
           
 

Uses of Texture.CombinerScale in com.jme.scene.state.jogl.records
 

Fields in com.jme.scene.state.jogl.records declared as Texture.CombinerScale
 Texture.CombinerScale TextureUnitRecord.envAlphaScale
           
 Texture.CombinerScale TextureUnitRecord.envRGBScale
           
 

Uses of Texture.CombinerScale in com.jme.scene.state.lwjgl.records
 

Fields in com.jme.scene.state.lwjgl.records declared as Texture.CombinerScale
 Texture.CombinerScale TextureUnitRecord.envAlphaScale
           
 Texture.CombinerScale TextureUnitRecord.envRGBScale