|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Camera.FrustumIntersect | |
---|---|
com.jme3.renderer | The com.jme3.renderer package provides classes responsible for
rendering. |
com.jme3.scene | The com.jme3.input package contains the scene graph implementation
in jMonkeyEngine. |
Uses of Camera.FrustumIntersect in com.jme3.renderer |
---|
Methods in com.jme3.renderer that return Camera.FrustumIntersect | |
---|---|
Camera.FrustumIntersect |
Camera.contains(BoundingVolume bound)
contains tests a bounding volume against the planes of the
camera's frustum. |
static Camera.FrustumIntersect |
Camera.FrustumIntersect.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Camera.FrustumIntersect[] |
Camera.FrustumIntersect.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Camera.FrustumIntersect in com.jme3.scene |
---|
Fields in com.jme3.scene declared as Camera.FrustumIntersect | |
---|---|
protected Camera.FrustumIntersect |
Spatial.frustrumIntersects
|
Methods in com.jme3.scene that return Camera.FrustumIntersect | |
---|---|
Camera.FrustumIntersect |
Spatial.getLastFrustumIntersection()
Returns this spatial's last frustum intersection result. |
Methods in com.jme3.scene with parameters of type Camera.FrustumIntersect | |
---|---|
void |
Spatial.setLastFrustumIntersection(Camera.FrustumIntersect intersects)
Overrides the last intersection result. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |