|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Spatial.CullHint | |
---|---|
com.jme.scene |
Uses of Spatial.CullHint in com.jme.scene |
---|
Fields in com.jme.scene declared as Spatial.CullHint | |
---|---|
protected Spatial.CullHint |
Spatial.cullHint
A flag indicating if scene culling should be done on this object by inheritance, dynamically, never, or always. |
Methods in com.jme.scene that return Spatial.CullHint | |
---|---|
Spatial.CullHint |
Spatial.getCullHint()
|
Spatial.CullHint |
Spatial.getLocalCullHint()
|
static Spatial.CullHint |
Spatial.CullHint.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Spatial.CullHint[] |
Spatial.CullHint.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.jme.scene with parameters of type Spatial.CullHint | |
---|---|
void |
Spatial.setCullHint(Spatial.CullHint hint)
setCullHint sets how scene culling should work on this
spatial during drawing. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |