Restore 32^3 world chunk size

This commit is contained in:
Jarrod Doyle 2023-06-27 20:32:08 +01:00
parent c4107c61ea
commit 5866d691f7
Signed by: Jayrude
GPG Key ID: 38B57B16E7C0ADF7
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ impl App {
gain: 0.5,
lacunarity: 2.0,
},
glam::uvec3(16, 32, 32),
glam::uvec3(32, 32, 32),
);
let mut renderer = voxel::VoxelRenderer::new(&self.render_ctx, &camera_controller);