This commit is contained in:
Hartmut Seichter 2023-01-09 16:07:07 +01:00
parent 2a144f3420
commit 5a75999209
2 changed files with 7 additions and 5 deletions

View file

@ -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)
}
}
}