BVHTriangle

- class BVHTriangle
A bounding volume hierarchy to quickly intersect 3d triangles.
Constructors
__init__Value(: bool) -> None
Methods
closest(position, d, closest_pos, st)Find the closest triangle.
intersect_closest(position, direction, ...)Find the closest intersection of a ray against the triangles.