VibeBounce

Click on a voxel surface to set the simulation origin point. Rays will "bounce" from that point, reflecting off surfaces.

This simulation uses a Sparse Voxel Octree (SVO) to efficiently represent the 3D voxel world. An SVO is a tree data structure where space is recursively subdivided into eight octants (children). Empty regions of space are not subdivided further, saving memory and allowing for faster ray intersection tests compared to checking every single voxel. This makes simulating phenomena like light or sound propagation feasible in large voxel scenes.

Controls:

Vibecoded April 5th, 2025 by Trent Sterling & Gemini 2.5

Debug info...

Controls