Uses of Class
com.jme.scene.state.FogState.DensityFunction

Packages that use FogState.DensityFunction
com.jme.scene.state   
 

Uses of FogState.DensityFunction in com.jme.scene.state
 

Fields in com.jme.scene.state declared as FogState.DensityFunction
protected  FogState.DensityFunction FogState.densityFunction
           
 

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

Methods in com.jme.scene.state with parameters of type FogState.DensityFunction
 void FogState.setDensityFunction(FogState.DensityFunction function)
          setDensityFunction sets the density function used for the fog blending.