Home
last modified time | relevance | path

Searched refs:setLastFrustumIntersection (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/scene/
DSpatial.java250 setLastFrustumIntersection(Camera.FrustumIntersect.Outside); in checkCulling()
253 setLastFrustumIntersection(Camera.FrustumIntersect.Intersects); in checkCulling()
1415 public void setLastFrustumIntersection(Camera.FrustumIntersect intersects) { in setLastFrustumIntersection() method in Spatial