This commit is contained in:
Fire-Head 2020-05-27 21:50:01 +03:00
parent 90947a608f
commit 63d0bdc863
11 changed files with 2168 additions and 652 deletions

View file

@ -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; }
};