Ignore:
Timestamp:
Nov 26, 2010, 11:55:13 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/TerrainTest/osgterrain.cpp

    r165 r168  
    214214    terrain->setVerticalScale(verticalScale);
    215215    terrain->setBlendingPolicy(blendingPolicy);
    216         osg::ref_ptr<osgTerrain::TerrainTechnique> myT = new osgTerrain::myTerrainTechnique();
    217         terrain->setTerrainTechniquePrototype( myT );
     216        //osg::ref_ptr<osgTerrain::TerrainTechnique> myT = new osgTerrain::myTerrainTechnique();
     217        //terrain->setTerrainTechniquePrototype( myT );
    218218
    219219        //// Manually set the terrain technque for a tile ( his example, the first found tile) works, but then the whole database has to be processed
Note: See TracChangeset for help on using the changeset viewer.