Uses of Class
com.jme3.texture.Texture.ShadowCompareMode

Packages that use Texture.ShadowCompareMode
com.jme3.texture   
 

Uses of Texture.ShadowCompareMode in com.jme3.texture
 

Methods in com.jme3.texture that return Texture.ShadowCompareMode
 Texture.ShadowCompareMode Texture.getShadowCompareMode()
           
static Texture.ShadowCompareMode Texture.ShadowCompareMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Texture.ShadowCompareMode[] Texture.ShadowCompareMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme3.texture with parameters of type Texture.ShadowCompareMode
 void Texture.setShadowCompareMode(Texture.ShadowCompareMode compareMode)