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/rampedEllipsoidTechnique.h

    r264 r265  
    1212        void modifyHeightfield(osg::Vec4d& modificationROI, osg::HeightField* h, osg::Vec4d tileExtends);
    1313        void setModifiedHeight(double height) {_height=height;}
    14         void setRampWidth_percent(double rampWidth_percent) {_rampWidth_percent=rampWidth_percent;}
     14        void setRampWidthFactor(double rampWidthFactor) {_rampWidthFactor=rampWidthFactor;}
    1515
    1616private:
    1717        double _height;
    18         double _rampWidth_percent;
     18        double _rampWidthFactor;
    1919};
Note: See TracChangeset for help on using the changeset viewer.