Eggman002
September 14th, 2007, 08:33 AM
I am currently using the method described in the following article to obtain Frustum planes:
http://www2.ravensoft.com/users/ggribb/plane%20extraction.pdf
I use this for culling against a perspective matrix. However, it is sometimes necessary for me to cull against an Orthographic matrix as well.
Can I use the same technique to generate my frustum planes?
Eggman
http://www2.ravensoft.com/users/ggribb/plane%20extraction.pdf
I use this for culling against a perspective matrix. However, it is sometimes necessary for me to cull against an Orthographic matrix as well.
Can I use the same technique to generate my frustum planes?
Eggman