diff options
Diffstat (limited to '')
-rw-r--r-- | src/render/Occlusion.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/Occlusion.h b/src/render/Occlusion.h index ac0ede5e..0d3e26e9 100644 --- a/src/render/Occlusion.h +++ b/src/render/Occlusion.h @@ -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; } }; |