summaryrefslogtreecommitdiff
path: root/gfx/frustum.h
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/frustum.h')
-rw-r--r--gfx/frustum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/frustum.h b/gfx/frustum.h
index 2624ba1..a2d90e9 100644
--- a/gfx/frustum.h
+++ b/gfx/frustum.h
@@ -31,6 +31,7 @@ public:
using BoundingBox = AxisAlignedBoundingBox<GlobalDistance>;
[[nodiscard]] bool contains(const BoundingBox &) const;
+ [[nodiscard]] bool shadedBy(const BoundingBox &) const;
protected:
static constexpr size_t FACES = 6;