Sarroxxie / vk_procedural_displacement

The goal is to create tesselation free procedural displacement.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Number of Bounding Boxes created per ray as Visualization

Sarroxxie opened this issue · comments

Should give an option (checkbox) in the ImGUI to output the number of bounding boxes that were traversed until the final intersection was found. -> needs to be visualized by some color ramp.
Will need a variable inside the shader that counts up for each time that an AABB got created (lattice and triforce traversal could be combined or be separate visualizations).