mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-09 17:08:06 +00:00
Replace Quaternion with glm math (#1868)
This commit is contained in:
@@ -12,5 +12,5 @@ target_include_directories(dPhysics PUBLIC "."
|
||||
"${PROJECT_SOURCE_DIR}/dCommon/dEnums"
|
||||
)
|
||||
target_link_libraries(dPhysics
|
||||
PUBLIC Recast Detour
|
||||
PUBLIC Recast Detour glm::glm
|
||||
INTERFACE dNavigation dCommon)
|
||||
|
@@ -68,7 +68,7 @@ private:
|
||||
bool m_IsStatic;
|
||||
|
||||
NiPoint3 m_Position;
|
||||
NiQuaternion m_Rotation;
|
||||
NiQuaternion m_Rotation = QuatUtils::IDENTITY;
|
||||
float m_Scale;
|
||||
|
||||
NiPoint3 m_Velocity;
|
||||
|
Reference in New Issue
Block a user