isPointInFrustum
Callable
Parameters
position: Vector3
Position to check
frustumPlanes: FrustumPlanes
Frustum to check against.
Returns boolean
trueif points is within frustum, otherwisefalse.
Position to check
Frustum to check against.
true if points is within frustum, otherwise false.
Check if
positionis within a specified frustum (frustmPlanes).