parry icon indicating copy to clipboard operation
parry copied to clipboard

`Voxels#voxels()` and `voxels_in_range()` no longer return empty voxels

Open dylanowen opened this issue 2 months ago • 0 comments

I believe the BVH chunking already skips empty sections and when we drop into our VoxelsChunkRef#voxels_in_range() we're dropping empty voxels.

I'm not advocating for reverting this behavior, only returning the non-empty voxels is probably a better API, we'll just want to update the documentation.

dylanowen avatar Oct 04 '25 05:10 dylanowen