Thanks, yes I actually saw that after putting the final version out but figured it was too minor to fix. As Robert says, it's a vector of ref_ptr<> objects.
I'll add to the errata and eventually fix in a future release. -Paul > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Scott > Sent: Tuesday, June 19, 2007 2:09 PM > To: osg users > Subject: [osg-users] Minor QSG comment > > Excellent work on the quick start guide! I never got > anywhere with OSG when I last looked at it about 2 years ago, > but I remembered it again after seeing the 2.0 release and > the new docs and am investigating with renewed confidence =) > > I noticed one little thing, on page 22: > "The Drawable class is the base class for storing > geometric data, and Geode stores them in a > std::list<osg::Drawable>. Drawable is a pure virtual class > and can't be instantiated directly." > > 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. > > ~ Scott > _______________________________________________ > osg-users mailing list > [email protected] > http://openscenegraph.net/mailman/listinfo/osg-users > http://www.openscenegraph.org/ _______________________________________________ osg-users mailing list [email protected] http://openscenegraph.net/mailman/listinfo/osg-users http://www.openscenegraph.org/
