From 1e08193a1678675ac5869b76e8a2339f6de5b773 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 26 Feb 2026 18:04:06 +0000 Subject: Support for the BillboardPainter Based on the ShadowStenciller, creates flattened images of a model for simplified mass use in a scene. --- gfx/frustum.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gfx/frustum.h') diff --git a/gfx/frustum.h b/gfx/frustum.h index cd4cbe1..5b7947b 100644 --- a/gfx/frustum.h +++ b/gfx/frustum.h @@ -16,6 +16,12 @@ public: return planes; } + [[nodiscard]] auto & + getView() const + { + return view; + } + [[nodiscard]] auto & getViewProjection() const { -- cgit v1.3