]> git.mxchange.org Git - flightgear.git/commit
Expose the CameraGroup near, far, and near/far boundry as properties
authortimoore <timoore>
Sat, 27 Dec 2008 14:35:33 +0000 (14:35 +0000)
committerTim Moore <timoore@redhat.com>
Sat, 3 Jan 2009 22:53:04 +0000 (23:53 +0100)
commitd43e0b83f715575123ea23eb72d33dd2ae436096
treecbe919f1448fde9f17453a18b871c88952bfed4e
parented1369bd8a193bcec01ee6fc81f5c6f42868ecc2
Expose the CameraGroup near, far, and near/far boundry as properties

The near/far boundary, called "near-field", can be set to 0 which
disables the far camera and renders the whole scene using only one
camera. I'm hoping that this may be useful in resolving some
system-specific rendering bugs.

Various fixes were made to correctly render the scene using only the
near camera.
src/Main/CameraGroup.cxx
src/Main/CameraGroup.hxx
src/Main/fg_os_osgviewer.cxx