Rendu
A lightweight rendering engine for experimentations
Loading...
Searching...
No Matches
Public Attributes | List of all members
Raycaster::Node Struct Reference

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.
 

Detailed Description

Base element of the acceleration structure.


The documentation for this struct was generated from the following file: