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

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

Uses of Texture.DepthTextureMode in com.jme.image
 

Methods in com.jme.image that return Texture.DepthTextureMode
 Texture.DepthTextureMode Texture.getDepthMode()
          Get the depth texture apply mode
static Texture.DepthTextureMode Texture.DepthTextureMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Texture.DepthTextureMode[] Texture.DepthTextureMode.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.DepthTextureMode
 void Texture.setDepthMode(Texture.DepthTextureMode depthMode)
          Set the depth texture apply mode param depthMode The depth texture apply mode
 

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

Methods in com.jme.scene.state.lwjgl.records with parameters of type Texture.DepthTextureMode
static int TextureStateRecord.getGLDepthTextureMode(Texture.DepthTextureMode mode)