Implement/match some ViewManager functions (#615)

This commit is contained in:
Christian Semmler
2024-03-02 13:40:42 -05:00
committed by GitHub
parent 05965f5357
commit 6de17cf1b6
5 changed files with 29 additions and 21 deletions

View File

@@ -38,7 +38,7 @@ public:
void FUN_100a58f0(const Matrix4& p_transform);
void FUN_100a5a30(const Vector3& p_world_velocity);
const MxMatrix& GetLocal2World() const { return m_local2world; }
const Matrix4& GetLocal2World() const { return m_local2world; }
const float* GetWorldPosition() const { return m_local2world[3]; }
const float* GetWorldDirection() const { return m_local2world[2]; }
const float* GetWorldUp() const { return m_local2world[1]; }