diff options
author | aap <aap@papnet.eu> | 2020-05-28 10:23:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-28 10:23:28 +0200 |
commit | ab7a21e017b8df907c381bb63709c121e3fcb297 (patch) | |
tree | b800e4de4813630b7fbb64c6bb6a97e858894896 /src/render/Occlusion.h | |
parent | cockbuilding ejaculation fix (diff) | |
parent | rem unnecessary asserts (diff) | |
download | re3-ab7a21e017b8df907c381bb63709c121e3fcb297.tar re3-ab7a21e017b8df907c381bb63709c121e3fcb297.tar.gz re3-ab7a21e017b8df907c381bb63709c121e3fcb297.tar.bz2 re3-ab7a21e017b8df907c381bb63709c121e3fcb297.tar.lz re3-ab7a21e017b8df907c381bb63709c121e3fcb297.tar.xz re3-ab7a21e017b8df907c381bb63709c121e3fcb297.tar.zst re3-ab7a21e017b8df907c381bb63709c121e3fcb297.zip |
Diffstat (limited to 'src/render/Occlusion.h')
-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; } }; |