fixed unreal bug, improved interface

This commit is contained in:
2026-04-15 03:38:02 +03:00
parent dbe29926dc
commit 79f64d9679
9 changed files with 180 additions and 12 deletions

View File

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