summaryrefslogtreecommitdiff
path: root/src/state.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.rs')
-rw-r--r--src/state.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/state.rs b/src/state.rs
index d2b9bad..7a9cdbe 100644
--- a/src/state.rs
+++ b/src/state.rs
@@ -92,8 +92,9 @@ impl State {
projection: glam::Mat4::perspective_lh(
std::f32::consts::PI / 4.0,
context::RENDER_WIDTH / context::RENDER_HEIGHT,
- 0.1,
- 400.0,
+ // 0.1,
+ 0.5,
+ 50.0,
),
camera: (glam::Vec3::new(0.0, 0.0, 0.0), glam::Vec3::new(0.0, 0.0, 1.0), glam::Vec3::new(0.0, 1.0, 0.0)),
lighting: (