Merge pull request #142 from awtterpip/revert_near_plane
Revert "Update camera.rs"
This commit is contained in:
@@ -47,7 +47,7 @@ pub struct XrProjection {
|
|||||||
impl Default for XrProjection {
|
impl Default for XrProjection {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self {
|
Self {
|
||||||
near: 0.01,
|
near: 0.1,
|
||||||
projection_matrix: Mat4::IDENTITY,
|
projection_matrix: Mat4::IDENTITY,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user