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

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

Uses of Texture.DepthTextureCompareMode in com.jme.image
 

Methods in com.jme.image that return Texture.DepthTextureCompareMode
 Texture.DepthTextureCompareMode Texture.getDepthCompareMode()
          Get the depth texture compare mode
static Texture.DepthTextureCompareMode Texture.DepthTextureCompareMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Texture.DepthTextureCompareMode[] Texture.DepthTextureCompareMode.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.DepthTextureCompareMode
 void Texture.setDepthCompareMode(Texture.DepthTextureCompareMode depthCompareMode)
          Set the depth texture compare mode
 

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

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