From Geoff Michel, typo and spelling fixes.

This commit is contained in:
Robert Osfield
2004-08-31 14:49:33 +00:00
parent de686f409b
commit 32a78e5a16
9 changed files with 29 additions and 30 deletions

View File

@@ -59,7 +59,7 @@ class SG_EXPORT CullStack : public osg::CullSettings
return getCurrentCullingSet().pixelSize(v,radius);
}
/** Compute the pixel of an bounding sphere.*/
/** Compute the pixel of the bounding sphere.*/
float pixelSize(const BoundingSphere& bs) const
{
return pixelSize(bs.center(),bs.radius());
@@ -114,9 +114,6 @@ class SG_EXPORT CullStack : public osg::CullSettings
inline CullingStack& getModelViewCullingStack() { return _modelviewCullingStack; }
// inline CullingSet& getCurrentCullingSet() { return _modelviewCullingStack.back(); }
// inline const CullingSet& getCurrentCullingSet() const { return _modelviewCullingStack.back(); }
inline CullingSet& getCurrentCullingSet() { return *_back_modelviewCullingStack; }
inline const CullingSet& getCurrentCullingSet() const { return *_back_modelviewCullingStack; }