Available on all platforms
new()
dynamicGrid:DynamicGrid
addViewVolume(viewVolume:ViewVolume):Void
removeViewVolume(viewVolume:ViewVolume):Void
read onlyparent:NodeBase
showDebugBounds:Bool
isInFrustum(planes:Vector<Plane3D>, numPlanes:Int):Bool
Tests if the current node is at least partly inside the frustum.
Parameters:
viewProjectionRaw
The raw data of the view projection matrix
Returns:
Whether or not the node is at least partly inside the view frustum.
isIntersectingRay(rayPosition:Vector3D, rayDirection:Vector3D):Bool
Tests if the current node is intersecting with a ray.
rayPosition
The starting position of the ray
rayDirection
The direction vector of the ray
Whether or not the node is at least partly intersecting the ray.