mirror of
https://github.com/isledecomp/isle.git
synced 2025-12-10 08:03:13 +00:00
Implement/match some ViewManager functions (#615)
This commit is contained in:
committed by
GitHub
parent
05965f5357
commit
6de17cf1b6
@@ -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]; }
|
||||
|
||||
Reference in New Issue
Block a user