]> git.mxchange.org Git - flightgear.git/commit
Change the order of the main cameras from NESTED_RENDER to POST_RENDER
authortimoore <timoore>
Tue, 30 Dec 2008 21:09:46 +0000 (21:09 +0000)
committerTim Moore <timoore@redhat.com>
Sat, 3 Jan 2009 22:56:03 +0000 (23:56 +0100)
commitada7f622d719c961015b148acfc1274e51f52cdc
tree929b4c133078683452eb1eefa478ca6f8a56b50d
parent60e8f14d5b193671167470c7e325527fc01b1e88
Change the order of the main cameras from NESTED_RENDER to POST_RENDER

This seems to be accepted OSG usage for slave cameras. It's possible
that this order is important for rendering instruments that use RTT
textures on systems without frame buffer object support. I'm thinking
that the resulting bugs may be implicated in the "black rectangle" problem.
src/Main/CameraGroup.cxx
src/Scenery/redout.cxx