Macros§
- aabb
- Creates an AABB from a list of vertices
Structs§
- Aabb
- Binned
SahBuilder - Builder
- Bvh
- BvhIndex
Iterator - BvhIterator
- BvhNode
- BvhPacket
Index Iterator - BvhPacket
Iterator - Locally
Ordered Clustering Builder - Mbvh
- Mbvh
Index Iterator - Mbvh
Iterator - Mbvh
Node - Mbvh
Packet Index Iterator - Mbvh
Packet Iterator - Morton
Encoder - NewNode
Info - Node
Update PayLoad - Ray
- RayPacket4
- Spatial
SahBuilder
Enums§
Traits§
- Bounds
- Build
Algorithm - Into
Packet Index Iterator - Into
Packet Iterator - Into
RayIndex Iterator - Into
RayIterator - Packet
Index Iterator - Packet
Iterator - Primitive
- RayIndex
Iterator - RayIterator
- Spatial
Triangle
Functions§
- morton_
split - Split an unsigned integer such that its bits are spaced by 2 zeros. For instance, morton_split(0b00110010) = 0b000000001001000000001000.