Re: [osg-users] Geode and Drawable Classes

2019-07-29 Thread Trajce Nikolov NICK
Hi, osg::Geometry was modified to inherit from osg::Node at later date after the book was published. You are free to use it without osg::Geode if you don't need backwards compatibility On Mon, Jul 29, 2019, 14:38 Catalin Flower wrote: > Hi, > > In the book that I have it says to use the Geode

Re: [osg-users] Geode and Drawable Classes

2019-07-29 Thread Sam Brkopac
Hi Catalin, oso::Geode has been deprecated. Replace it with osg::Group. Thanks, Sam -- Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=76532#76532 ___ osg-users mailing list

[osg-users] Geode and Drawable Classes

2019-07-29 Thread Catalin Flower
Hi, In the book that I have it says to use the Geode class to add your geometries, but the osg::Geometry class is extended from osg::Node and it can be added directly on the scene graph and it works. Is there any reason to use osg::Geode? Thank you! Cheers, Catalin -- Read