summaryrefslogtreecommitdiffstats
path: root/src/render/Occlusion.h
diff options
context:
space:
mode:
authorFire-Head <Fire-Head@users.noreply.github.com>2020-05-27 20:50:01 +0200
committerFire-Head <Fire-Head@users.noreply.github.com>2020-05-27 20:50:01 +0200
commit63d0bdc863f76d018fc8cf3209a9210bc71f0421 (patch)
treebdaa4489e204cbad708a03f5d2dab991c8a7f41f /src/render/Occlusion.h
parentfix linux build (diff)
downloadre3-63d0bdc863f76d018fc8cf3209a9210bc71f0421.tar
re3-63d0bdc863f76d018fc8cf3209a9210bc71f0421.tar.gz
re3-63d0bdc863f76d018fc8cf3209a9210bc71f0421.tar.bz2
re3-63d0bdc863f76d018fc8cf3209a9210bc71f0421.tar.lz
re3-63d0bdc863f76d018fc8cf3209a9210bc71f0421.tar.xz
re3-63d0bdc863f76d018fc8cf3209a9210bc71f0421.tar.zst
re3-63d0bdc863f76d018fc8cf3209a9210bc71f0421.zip
Diffstat (limited to 'src/render/Occlusion.h')
-rw-r--r--src/render/Occlusion.h3
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; }
};