RAY CASTED OCT TREE RENDERING

This commit is contained in:
2024-06-25 22:06:19 -04:00
parent 3280a0ed53
commit 653a1192e0
18 changed files with 1468 additions and 230 deletions

View File

@@ -249,7 +249,7 @@ impl VoxelPipeline {
device: &wgpu::Device,
encoder: &mut wgpu::CommandEncoder,
belt: &mut wgpu::util::StagingBelt,
AddChunk { id, pos, mesh }: AddChunk,
AddChunk { id, pos, mesh, .. }: AddChunk,
) {
if mesh.faces.iter().all(|f| f.is_empty()) {
return;