NON WORKING

absoluter clutter beim versuch quads zu implementieren. refactor absolut noetig
This commit is contained in:
any
2026-07-30 22:16:18 +02:00
parent 9681137e5a
commit 91bb170b23
4 changed files with 112 additions and 18 deletions
+2
View File
@@ -2,3 +2,5 @@
#include "structs.h"
vec3 collisionPointSphere(ray *, sphere *);
vec3 collisionQuad(ray *lightray, quad *object);