Moved computeBounds into public scope.
This commit is contained in:
parent
95a9a4362f
commit
a9f37f1f05
@ -125,13 +125,12 @@ class OSG_EXPORT Group : public Node
|
|||||||
* for all graphics contexts. */
|
* for all graphics contexts. */
|
||||||
virtual void releaseGLObjects(osg::State* = 0) const;
|
virtual void releaseGLObjects(osg::State* = 0) const;
|
||||||
|
|
||||||
|
virtual BoundingSphere computeBound() const;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
virtual ~Group();
|
virtual ~Group();
|
||||||
|
|
||||||
virtual BoundingSphere computeBound() const;
|
|
||||||
|
|
||||||
virtual void childRemoved(unsigned int /*pos*/, unsigned int /*numChildrenToRemove*/) {}
|
virtual void childRemoved(unsigned int /*pos*/, unsigned int /*numChildrenToRemove*/) {}
|
||||||
virtual void childInserted(unsigned int /*pos*/) {}
|
virtual void childInserted(unsigned int /*pos*/) {}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user