CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2003
    Posts
    112

    Orthographic Frustum Culling

    I am currently using the method described in the following article to obtain Frustum planes:

    http://www2.ravensoft.com/users/ggri...extraction.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
    Eggman
    Using: VS 2008 w. Net 3.5

  2. #2
    Join Date
    Dec 2003
    Posts
    112

    Re: Orthographic Frustum Culling

    * Bump*
    Eggman
    Using: VS 2008 w. Net 3.5

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured