CompareMode@Deprecated public static enum PssmShadowRenderer.CompareMode extends java.lang.Enum<PssmShadowRenderer.CompareMode>
| Enum Constant and Description | 
|---|
Hardware
Deprecated.  
Shadow depth comparisons are done by using the GPU's dedicated
 shadowing pipeline. 
 | 
Software
Deprecated.  
Shadow depth comparisons are done by using shader code 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static PssmShadowRenderer.CompareMode | 
valueOf(java.lang.String name)
Deprecated.  
Returns the enum constant of this type with the specified name. 
 | 
static PssmShadowRenderer.CompareMode[] | 
values()
Deprecated.  
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final PssmShadowRenderer.CompareMode Software
public static final PssmShadowRenderer.CompareMode Hardware
public static PssmShadowRenderer.CompareMode[] values()
for (PssmShadowRenderer.CompareMode c : PssmShadowRenderer.CompareMode.values()) System.out.println(c);
public static PssmShadowRenderer.CompareMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null