diff options
Diffstat (limited to 'gfx/frustum.h')
| -rw-r--r-- | gfx/frustum.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gfx/frustum.h b/gfx/frustum.h index cd4cbe1..5b7947b 100644 --- a/gfx/frustum.h +++ b/gfx/frustum.h @@ -17,6 +17,12 @@ public: } [[nodiscard]] auto & + getView() const + { + return view; + } + + [[nodiscard]] auto & getViewProjection() const { return viewProjection; |
