]> git.mxchange.org Git - flightgear.git/commit
Add ViewPartionNode to the scenegraph
authortimoore <timoore>
Fri, 4 Jan 2008 07:35:43 +0000 (07:35 +0000)
committertimoore <timoore>
Fri, 4 Jan 2008 07:35:43 +0000 (07:35 +0000)
commit4208cf8226798a7d5c40060f2cc5c8e3349487c4
treef08c0a451b3946d609f265038099872e49a82bf2
parent9f9d2f934a8081b09058828122e5f536a4913f8e
Add ViewPartionNode to the scenegraph

ViewPartitionNode addresses Z-fighting issues by rendering near and far
parts of the scene seperately.
src/Main/Makefile.am
src/Main/ViewPartitionNode.cxx [new file with mode: 0644]
src/Main/ViewPartitionNode.hxx [new file with mode: 0644]
src/Main/renderer.cxx