From 04db6b0ccd81d988cfe3a1d09e4eb00eeea77273 Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 22 Feb 2025 17:01:35 +1100 Subject: basic shadows --- maths.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'maths.hpp') diff --git a/maths.hpp b/maths.hpp index e432529..eeedec1 100644 --- a/maths.hpp +++ b/maths.hpp @@ -474,6 +474,7 @@ template struct v4; struct AABB { v3f min, max; + void encompass(const AABB& other); }; namespace quat { -- cgit v1.2.3-54-g00ecf