Update camera.rs

This commit is contained in:
ForTehLose
2024-07-12 13:42:57 -04:00
committed by GitHub
parent 3d773f86ba
commit 7c400c3dc8

View File

@@ -47,7 +47,7 @@ pub struct XrProjection {
impl Default for XrProjection {
fn default() -> Self {
Self {
near: 0.1,
near: 0.01,
projection_matrix: Mat4::IDENTITY,
}
}