mirror of
https://github.com/orange-cpp/omath.git
synced 2026-05-06 09:43:27 +00:00
updated for unreal
This commit is contained in:
@@ -9,5 +9,5 @@
|
||||
|
||||
namespace omath::unreal_engine
|
||||
{
|
||||
using Camera = projection::Camera<Mat4X4, ViewAngles, CameraTrait, NDCDepthRange::ZERO_TO_ONE>;
|
||||
using Camera = projection::Camera<Mat4X4, ViewAngles, CameraTrait, NDCDepthRange::ZERO_TO_ONE, {}, double>;
|
||||
} // namespace omath::unreal_engine
|
||||
Reference in New Issue
Block a user