Convert tabs to spaces.

This commit is contained in:
Robert Osfield
2005-11-17 17:44:48 +00:00
parent f391b0ff2c
commit 35fcaf7bde
58 changed files with 608 additions and 611 deletions

View File

@@ -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.*/