mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 17:00:33 +00:00
more CCam
This commit is contained in:
parent
655eaa36ce
commit
62024217b7
3 changed files with 379 additions and 331 deletions
|
@ -52,6 +52,7 @@ public:
|
|||
bool PointGunInDirectionUsingArm(float targetYaw, float targetPitch);
|
||||
bool PointGunAtPosition(CVector const& position);
|
||||
void GetComponentPosition(RwV3d &pos, uint32 node);
|
||||
void GetComponentPosition(CVector &pos, uint32 node) { GetComponentPosition(*(RwV3d*)pos, node); }
|
||||
void RotateTorso(AnimBlendFrameData* animBlend, LimbOrientation* limb, bool changeRoll);
|
||||
void ExtractYawAndPitchLocal(RwMatrix *mat, float *yaw, float *pitch);
|
||||
void ExtractYawAndPitchLocalSkinned(AnimBlendFrameData *node, float *yaw, float *pitch);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue