• Checks whether the specified axis-aligned bounding box (AABB) intersects the view frustrum.

    Parameters

    • xLower: number
    • yLower: number
    • zLower: number
    • xUpper: number
    • yUpper: number
    • zUpper: number
    • clippingPlanes: Float32Array

      Array of length 24 specifying the clipping planes of the view frustrum, as computed by getFrustrumPlanes

    Returns boolean

Generated using TypeDoc