added Sphere collision but might be broken and is very messy

This commit is contained in:
any
2026-07-26 14:59:49 +02:00
parent 31f259b4b5
commit 361eaefdb5
7 changed files with 306 additions and 6 deletions
+4
View File
@@ -0,0 +1,4 @@
#pragma once
#include "structs.h"
vec3 collisionPointSphere(ray *, sphere *);