Closed GoogleCodeExporter closed 9 years ago
This was fixed in revision 96, the same one when all of the state management
went in.
Problem was that for the camera's view port, minDepth and maxDepth were being
set to
the near plane and farplane values, which is not appropriate. They are to
represent
the min and max values in the depth buffer now appropriately set 0.0f and 1.0f
respectivley. I factored out near and far planes as properties.
It took about 3 hrs to fix.
Original comment by cwloc...@gmail.com
on 21 Sep 2007 at 3:54
Original issue reported on code.google.com by
ctbo...@gmail.com
on 20 Sep 2007 at 8:47