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

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

Uses of Texture.DepthTextureCompareFunc in com.jme.image
 

Methods in com.jme.image that return Texture.DepthTextureCompareFunc
 Texture.DepthTextureCompareFunc Texture.getDepthCompareFunc()
          Get the depth texture compare function
static Texture.DepthTextureCompareFunc Texture.DepthTextureCompareFunc.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Texture.DepthTextureCompareFunc[] Texture.DepthTextureCompareFunc.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.DepthTextureCompareFunc
 void Texture.setDepthCompareFunc(Texture.DepthTextureCompareFunc depthCompareFunc)
          Set the depth texture compare function param depthCompareFunc The depth texture compare function
 

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

Methods in com.jme.scene.state.lwjgl.records with parameters of type Texture.DepthTextureCompareFunc
static int TextureStateRecord.getGLDepthTextureCompareFunc(Texture.DepthTextureCompareFunc func)