mirror of
https://github.com/halpz/re3.git
synced 2025-07-23 17:39:49 +00:00
VC Water
This commit is contained in:
@ -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; }
|
||||
};
|
||||
|
Reference in New Issue
Block a user