Removed hardware down sampling hack from GeoemtryTechnique and replaced with Terrain::g/setSampleRatio()
usage.
This commit is contained in:
@@ -259,6 +259,7 @@ int main( int argc, char **argv )
|
||||
{
|
||||
terrain = new osgTerrain::Terrain;
|
||||
terrain->addChild(rootnode);
|
||||
terrain->setSampleRatio(0.25f);
|
||||
|
||||
rootnode = terrain;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user