Function intersectOctree

  • Calculates ray projection parameters for the given octree and ray setup.

    Parameters

    Returns number[] | null

    The ray parameters [tx0, ty0, tz0, tx1, ty1, tz1], or null if the ray doesn't hit the octree.

Generated using TypeDoc