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
+6 -3
View File
@@ -8,6 +8,9 @@ add_executable(Raytracer main.c
examples.h
cJSON.c
cJSON.h
vec3.h
triangle.h
structs.h)
structs.h
Collision.c
Collision.c
Collision.c
collosion.h
raytrace.c)