Synodic-Software / Soul-Engine

Physically based renderer and simulation engine for real-time applications.
GNU General Public License v3.0
42 stars 24 forks source link

Split BVH Class into Inner Nodes and Leafs #150

Closed Behemyth closed 6 years ago

Behemyth commented 6 years ago

Referring to each in one contiguous array limits the memory savings as a leaf uses different data than a inner node.