|
Rendu
A lightweight rendering engine for experimentations
|
Public Attributes | |
| BoundingBox | box |
| Bounding box of the contained geometry. | |
| size_t | left = 0 |
| Index of the left child element, or first triangle index if this is a leaf. | |
| size_t | right = 0 |
| Index of the right child element, or number of triangles if this is a leaf. | |
| bool | leaf = true |
| Is this a leaf in the hierarchy. | |
Base element of the acceleration structure.