|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Spatial.CullHint | |
---|---|
com.jme3.scene | The com.jme3.input package contains the scene graph implementation
in jMonkeyEngine. |
Uses of Spatial.CullHint in com.jme3.scene |
---|
Fields in com.jme3.scene declared as Spatial.CullHint | |
---|---|
protected Spatial.CullHint |
Spatial.cullHint
|
Methods in com.jme3.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.jme3.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 |