summaryrefslogtreecommitdiff
path: root/gfx/aabb.h
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-03-10 02:12:16 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2025-03-11 01:13:59 +0000
commit194148abd9ab89a5a514a37b7717b7c4de6aa758 (patch)
tree5163df40e57c4c55b4a6035e699572bd55b0d7cf /gfx/aabb.h
parentSimplify ShadowMapper with AxisAlignedBoundingBox (diff)
downloadilt-194148abd9ab89a5a514a37b7717b7c4de6aa758.tar.bz2
ilt-194148abd9ab89a5a514a37b7717b7c4de6aa758.tar.xz
ilt-194148abd9ab89a5a514a37b7717b7c4de6aa758.zip
Pass a Frustum to shadow renderers
The frustum might not be correct at this stage.
Diffstat (limited to 'gfx/aabb.h')
-rw-r--r--gfx/aabb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/aabb.h b/gfx/aabb.h
index a661f66..ce15a0f 100644
--- a/gfx/aabb.h
+++ b/gfx/aabb.h
@@ -37,5 +37,5 @@ public:
}));
}
- V min, max;
+ V min {}, max {};
};