fixed unity bug

This commit is contained in:
2026-04-15 03:25:53 +03:00
parent 9d30446c55
commit dbe29926dc
3 changed files with 202 additions and 2 deletions

View File

@@ -9,5 +9,5 @@
namespace omath::unity_engine
{
using Camera = projection::Camera<Mat4X4, ViewAngles, CameraTrait, false, NDCDepthRange::ZERO_TO_ONE>;
using Camera = projection::Camera<Mat4X4, ViewAngles, CameraTrait, true, NDCDepthRange::ZERO_TO_ONE>;
} // namespace omath::unity_engine