Tagged Questions
0
votes
8answers
961 views
Resizing dynamic stack allocations in C++
I'm writing a small ray tracer using bounding volume hierarchies to accelerate ray tracing.
Long story short, I have a binary tree and I might need to visit multiple leafs.
Current I have a node with ...