So the problem that I'm having is that when the AABB is under a diagonal edge of a triangle but does not intersect it then it still thinks it's intersecting because it doesn't check the diagonal...
Type: Posts; User: knownasilya
So the problem that I'm having is that when the AABB is under a diagonal edge of a triangle but does not intersect it then it still thinks it's intersecting because it doesn't check the diagonal...
Hello all :)
So I have a triangle with the following points: p0, p1, p2 in 3D space and I'm testing it against a collision with a AABB (cube).
So far this is the code that I have, but my...