Convert tabs to spaces.
This commit is contained in:
@@ -351,7 +351,6 @@ class Cylinder : public Shape
|
|||||||
Vec3 _center;
|
Vec3 _center;
|
||||||
float _radius;
|
float _radius;
|
||||||
float _height;
|
float _height;
|
||||||
|
|
||||||
Quat _rotation;
|
Quat _rotation;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -408,7 +407,6 @@ class Capsule : public Shape
|
|||||||
Vec3 _center;
|
Vec3 _center;
|
||||||
float _radius;
|
float _radius;
|
||||||
float _height;
|
float _height;
|
||||||
|
|
||||||
Quat _rotation;
|
Quat _rotation;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -518,7 +516,6 @@ class OSG_EXPORT HeightField : public Shape
|
|||||||
inline void setYInterval(float dy) { _dy = dy; }
|
inline void setYInterval(float dy) { _dy = dy; }
|
||||||
inline float getYInterval() const { return _dy; }
|
inline float getYInterval() const { return _dy; }
|
||||||
|
|
||||||
|
|
||||||
/** Set the height of the skirt to render around the edge of HeightField.
|
/** Set the height of the skirt to render around the edge of HeightField.
|
||||||
* The skirt is used as a means of disguising edge boundaries between adjacent HeightField,
|
* The skirt is used as a means of disguising edge boundaries between adjacent HeightField,
|
||||||
* particularly of ones with different resolutions.*/
|
* particularly of ones with different resolutions.*/
|
||||||
|
|||||||
Reference in New Issue
Block a user