hello, i just implemented ray box intersection like described here:
now this just returns me true or false, but i would need the exact intersection point(s) of the ray and the box?
is there an easy way to do it or will i have to test each of the 6 sides and then check if the results are part of the box?
thanks!