> Misspelled "Memory" in the errata.

Fixed, thanks.

> Why is it
>      return grp.get();
> rather than
>      return grp;
> Isn't grp.get() a pointer to an osg::Group?

osg::ref_ptr<> has a constructor that takes an address.
   -Paul

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to