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