Add linux support

This commit is contained in:
2026-06-19 13:25:24 +02:00
parent 3153735d0c
commit 1479ad468d
8 changed files with 140 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#include <destrum/Graphics/Frustum.h>
#include <algorithm>
Frustum edge::createFrustumFromCamera(const Camera& camera) {
// TODO: write a non-horrible version of this, lol
Frustum frustum;