mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-16 02:43:25 +00:00
Fixes namespace and angle calculations
Corrects namespace naming from unity_engine to unreal_engine. Adjusts projectile prediction and angle calculations for accuracy in Unreal Engine environments.
This commit is contained in:
@@ -9,5 +9,5 @@
|
||||
|
||||
namespace omath::unreal_engine
|
||||
{
|
||||
using Camera = projection::Camera<Mat4X4, ViewAngles, CameraTrait>;
|
||||
} // namespace omath::unity_engine
|
||||
using Camera = projection::Camera<Mat4X4, ViewAngles, CameraTrait>;
|
||||
} // namespace omath::unreal_engine
|
||||
Reference in New Issue
Block a user