Ignore:
Timestamp:
Mar 7, 2011, 9:52:06 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/TerrainTest/rampedEllipsoidTechnique.h

    r266 r269  
    1111        ~rampedEllipsoidTechnique();
    1212
    13         void modifyHeightfield(osg::Vec4d& modificationROI, osg::HeightField* h, osg::Vec4d tileExtends);
     13        void modifyHeightfield(region& modificationROI, osg::HeightField* h, region tileExtends);
    1414        void setModifiedHeight(double height) {_height=height;}
    1515        void setRampWidthFactor(double rampWidthFactor) {_rampWidthFactor=rampWidthFactor;}
Note: See TracChangeset for help on using the changeset viewer.