Merge pull request #142 from awtterpip/revert_near_plane

Revert "Update camera.rs"
This commit is contained in:
ForTehLose
2024-07-12 13:54:04 -04:00
committed by GitHub

View File

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