mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-14 01:24:09 +00:00
VC Water
This commit is contained in:
parent
90947a608f
commit
63d0bdc863
11 changed files with 2168 additions and 652 deletions
|
@ -23,4 +23,7 @@ public:
|
|||
static void Init(void);
|
||||
static void AddOne(float x, float y, float z, float width, float length, float height, float angle);
|
||||
static void ProcessBeforeRendering(void);
|
||||
|
||||
//TODO:
|
||||
static bool IsAABoxOccluded(CVector pos, float, float, float) { return false; }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue