mirror of
https://github.com/orange-cpp/omath.git
synced 2026-06-08 16:24:35 +00:00
added more tests
This commit is contained in:
@@ -46,4 +46,4 @@ namespace omath::cry_engine
|
||||
field_of_view, aspect_ratio, near, far);
|
||||
std::unreachable();
|
||||
}
|
||||
} // namespace omath::unity_engine
|
||||
} // namespace omath::cry_engine
|
||||
|
||||
@@ -24,4 +24,4 @@ namespace omath::cry_engine
|
||||
return calc_perspective_projection_matrix(fov.as_degrees(), view_port.aspect_ratio(), near, far,
|
||||
ndc_depth_range);
|
||||
}
|
||||
} // namespace omath::unity_engine
|
||||
} // namespace omath::cry_engine
|
||||
Reference in New Issue
Block a user