BVHTriangle

Inheritance diagram of rumba.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.