On 6/19/07, Scott <[EMAIL PROTECTED]> wrote:
Containers need value semantics, so I figure that must be supposed to
be a std::list<osg::Drawable*>, boost::ptr_list<osg::Drawable>,
std::list< osg::ref_ptr<osg::Drawable> >, or something else similar.

The source code never lies... from include/osg/Geode:

       typedef std::vector< ref_ptr<Drawable> > DrawableList;
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to