mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-20 06:43:27 +00:00
specifeid ndc for game engines
This commit is contained in:
@@ -9,5 +9,5 @@
|
||||
|
||||
namespace omath::unity_engine
|
||||
{
|
||||
using Camera = projection::Camera<Mat4X4, ViewAngles, CameraTrait>;
|
||||
using Camera = projection::Camera<Mat4X4, ViewAngles, CameraTrait, false, NDCDepthRange::ZERO_TO_ONE>;
|
||||
} // namespace omath::unity_engine
|
||||
Reference in New Issue
Block a user