On 9/6/06, Mustafa <[EMAIL PROTECTED]> wrote:
Is there any specific reason not to inherit osg::BoundingBox  from
osg::Referenced class ?

Because you don't share instances of osg::BoundingBox, its perfectly ok to allow it be used on the stack or on the heap as part of other objects.  The same applies to things like osg::Vec3 etc.

osg::Referenced is for objects that need to be reference counted.

Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to