mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 16:04:17 +00:00
Implement/match some ViewManager functions (#615)
This commit is contained in:

committed by
GitHub

parent
05965f5357
commit
6de17cf1b6
@@ -37,7 +37,7 @@ public:
|
||||
virtual MxResult Create(); // vtable+0x44
|
||||
|
||||
void SetWorldTransform(const Vector3& p_at, const Vector3& p_dir, const Vector3& p_up);
|
||||
void FUN_100123e0(const MxMatrix& p_transform, MxU32);
|
||||
void FUN_100123e0(const Matrix4& p_transform, MxU32);
|
||||
Mx3DPointFloat GetWorldUp();
|
||||
Mx3DPointFloat GetWorldLocation();
|
||||
Mx3DPointFloat GetWorldDirection();
|
||||
|
Reference in New Issue
Block a user