mirror of
https://github.com/zeldaret/botw
synced 2026-08-15 20:40:24 -04:00
ksys/phys: Add RagdollController::getTransform and more
Credit to @Dragorn421 for helping me figure out the rotation matrix thing in the getTransform function
This commit is contained in:
@@ -39,6 +39,7 @@ public:
|
||||
sead::PtrArray<ModelInfo>& getUnits() { return mUnitAccess; }
|
||||
const sead::PtrArray<ModelInfo>& getUnits() const { return mUnitAccess; }
|
||||
|
||||
const sead::Matrix34f& getMatrix() const { return mMatrix; }
|
||||
const sead::Vector3f& getScale() const { return _88; }
|
||||
|
||||
void setBoneLocalMatrix(const BoneAccessKey& key, const sead::Matrix34f& matrix,
|
||||
|
||||
Reference in New Issue
Block a user