Avokadoen / zig_vulkan

Toying with vulkan and zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dynamic BVH for empty areas

Avokadoen opened this issue · comments

Use software Bounding Volume Hierarchy (and later hardware accelerated BVH for hardware that support it) for empty areas of the grid.

A empty voxel should be able to point to a BVH entry that defines empty space to accelerate traversal

Relevant article:
https://jacco.ompf2.com/2022/06/03/how-to-build-a-bvh-part-9a-to-the-gpu/