[visionegg] Usage of OrthographicProjectionNoZClip

  • From: Simeon Fitch <simeon.fitch@xxxxxxxxxxxxx>
  • To: visionegg <visionegg@xxxxxxxxxxxxx>
  • Date: Fri, 9 Sep 2005 16:07:54 -0400

I'm a little confused about the purpose of the
OrthographicProjectionNoZClip class. When I instantiate one like this:

   OrthographicProjectionNoZClip(0, screen.size[0], 0, screen.size[1])

OpenGL still appears to clip in the [0,1] range. I ended up having to do:

   OrthographicProjection(0, screen.size[0], 0, screen.size[1], min, max)

to get what I wanted. Is this class really for something else, with
perhaps a misleading name? Or am i misunderstanding it's purpose?

Thanks,

Simeon
=====================================The Vision Egg mailing list
Archives: //www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html

Other related posts:

  • » [visionegg] Usage of OrthographicProjectionNoZClip