Removed hardware down sampling hack from GeoemtryTechnique and replaced with Terrain::g/setSampleRatio()

usage.
This commit is contained in:
Robert Osfield
2008-04-22 11:39:47 +00:00
parent 37bea2727b
commit 234bfeb648
4 changed files with 22 additions and 7 deletions

View File

@@ -259,6 +259,7 @@ int main( int argc, char **argv )
{
terrain = new osgTerrain::Terrain;
terrain->addChild(rootnode);
terrain->setSampleRatio(0.25f);
rootnode = terrain;
}