Static methods
Constructor
Variables
Methods
inFrustumDetails(mvp:Matrix, checkZ:Bool = true):Int
Check if the camera model-view-projection Matrix intersects with the Bounds. Returns -1 if outside, 0 if intersects and 1 if fully inside.
Parameters:
mvp | : the model-view-projection matrix to test against |
---|---|
checkZ | : tells if we will check against the near/far plane |