From Chris Hanson, typo and comment clean ups
This commit is contained in:
@@ -505,7 +505,7 @@ class OSG_EXPORT HeightField : public Shape
|
||||
/** Get the FloatArray height data.*/
|
||||
osg::FloatArray* getFloatArray() { return _heights.get(); }
|
||||
|
||||
/** Get the const sFloatArray height data.*/
|
||||
/** Get the const FloatArray height data.*/
|
||||
const osg::FloatArray* getFloatArray() const { return _heights.get(); }
|
||||
|
||||
HeightList& getHeightList() { return _heights->asVector(); }
|
||||
@@ -568,7 +568,7 @@ class OSG_EXPORT HeightField : public Shape
|
||||
|
||||
unsigned int _columns,_rows;
|
||||
|
||||
osg::Vec3 _origin;
|
||||
osg::Vec3 _origin; // _origin is the min value of the X and Y coordinates.
|
||||
float _dx;
|
||||
float _dy;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user