mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 12:44:07 +00:00
rotating FollowPed cam (disabled by default for now)
This commit is contained in:
parent
db92864fe2
commit
ac097e6fc7
4 changed files with 217 additions and 0 deletions
|
@ -221,6 +221,9 @@ struct CCam
|
|||
// CCam::Process_Blood_On_The_Tracks
|
||||
// CCam::Process_Cam_Running_Side_Train
|
||||
// CCam::Process_Cam_On_Train_Roof
|
||||
|
||||
// custom stuff
|
||||
void Process_FollowPed_Rotation(const CVector &CameraTarget, float TargetOrientation, float, float);
|
||||
};
|
||||
static_assert(sizeof(CCam) == 0x1A4, "CCam: wrong size");
|
||||
static_assert(offsetof(CCam, Alpha) == 0xA8, "CCam: error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue