mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-19 11:23:27 +00:00
updated z range
This commit is contained in:
@@ -18,7 +18,7 @@ namespace omath::cry_engine
|
||||
static Mat4X4 calc_view_matrix(const ViewAngles& angles, const Vector3<float>& cam_origin) noexcept;
|
||||
[[nodiscard]]
|
||||
static Mat4X4 calc_projection_matrix(const projection::FieldOfView& fov, const projection::ViewPort& view_port,
|
||||
float near, float far) noexcept;
|
||||
float near, float far, NDCDepthRange ndc_depth_range) noexcept;
|
||||
};
|
||||
|
||||
} // namespace omath::cry_engine
|
||||
Reference in New Issue
Block a user