Ignore:
Timestamp:
Feb 27, 2011, 8:11:34 PM (13 years ago)
Author:
Torben Dannhauer
Message:

Prototype of rampedEllipsoidFunction works.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/TerrainTest/ModificationVisitor.cpp

    r262 r265  
    66{
    77        setTraversalMode( osg::NodeVisitor::TRAVERSE_ALL_CHILDREN );
    8         _technique = new ellipsoidTechnique();
     8        _technique = new rampedEllipsoidTechnique();
    99
    1010        // Set ROI to flatten and estimated height after correction
    11         _technique->setModifiedHeight(450);
     11        _technique->setModifiedHeight(600);     // 450
    1212}
    1313
Note: See TracChangeset for help on using the changeset viewer.