added Sphere collision but might be broken and is very messy
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
#include "structs.h"
|
||||
|
||||
vec3 collisionPointSphere(ray *, sphere *);
|
||||
Reference in New Issue
Block a user