(L) [2015/09/06] [mrluzeiro] [generate frustum from rays to use in packet test] Wayback!Hello all,
I would like to generate the frustum planes (for frustum aabb test) from the (primary) rays of the 4 corners of a packet bucket
does anyone have source code that will generate it?
Thanks!
Edit:
I found this implementation that I am trying to use:
[LINK https://github.com/nslo/raytracer/blob/2c2e0ff4bbb6082e07804ec7cf0b92673b98dcb1/src/raytracer/raytracer.cpp#L281]