update
This commit is contained in:
parent
2a144f3420
commit
5a75999209
2 changed files with 7 additions and 5 deletions
|
@ -40,7 +40,11 @@ impl Default for OffAxisProjection {
|
|||
fn default() -> Self {
|
||||
Self {
|
||||
far: 1000.0,
|
||||
projection_matrix: make_projection_rh_custom(45.0f32.to_radians(),1.3f32, 1.0, 1000.0)
|
||||
projection_matrix: make_projection_rh_custom(
|
||||
45.0f32.to_radians(),
|
||||
1.3f32,
|
||||
1.0,
|
||||
1000.0)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue