From Geoff Michel, typo and spelling fixes.
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user