Ah yes, static makes a world of difference.

============
page 47

osg::ref_ptr<osg::Geode> geode0 = new osg::Geode;
group->addChild( Geode0.get() );
osg::ref_ptr<osg::Geode> geode1 = new osg::Geode;
group->addChild( Geode1.get() );

Upper case problem with Geode0 and Geode1. They should be geode0 and geode1.

============
There were two cases of "Memeory" in the errata.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to