mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 09:44:09 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
b79f77634d
21 changed files with 2403 additions and 74 deletions
|
@ -442,7 +442,7 @@ int m_iModeObbeCamIsInForCar;
|
|||
static bool &m_bUseMouse3rdPerson;
|
||||
|
||||
bool Get_Just_Switched_Status() { return m_bJust_Switched; }
|
||||
CMatrix &GetCameraMatrix(void) { return m_cameraMatrix; }
|
||||
inline const CMatrix GetCameraMatrix(void) { return m_cameraMatrix; }
|
||||
CVector &GetGameCamPosition(void) { return m_vecGameCamPos; }
|
||||
bool IsPointVisible(const CVector ¢er, const CMatrix *mat);
|
||||
bool IsSphereVisible(const CVector ¢er, float radius, const CMatrix *mat);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue