From 63d0bdc863f76d018fc8cf3209a9210bc71f0421 Mon Sep 17 00:00:00 2001 From: Fire-Head Date: Wed, 27 May 2020 21:50:01 +0300 Subject: VC Water --- src/render/Occlusion.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/render/Occlusion.h') 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; } }; -- cgit v1.2.3