/beevage.rs

Bounding Volume Hierarchy construction

Primary LanguageRustApache License 2.0Apache-2.0

Beevage

Bounding volume hierarchy (BVH) construction for ray tracing, and construction only. No traversal code is included, so this crate is almost entirely agnostic w.r.t. the primitive shapes, memory layout, or traversal strategy. On the other hand, its tree representation also isn't optimized for traversal, so it's recommended to transfer the tree structure built with this crate to a more specialized representation.

License

Licensed under either of

at your option.