diff --git a/src/core/app.rs b/src/core/app.rs index ee02106..535cab0 100644 --- a/src/core/app.rs +++ b/src/core/app.rs @@ -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);