Hi, You can take a look at the osg::ShapeDrawable and osg::Shape classes to draw simple objects such as spheres, cylinders, and boxes easily. For more complicated objects, you can build them using vertex arrays and osg::Geometry. Hope this helps.
Will On Nov 21, 2007 4:58 PM, Renan Mendes <[EMAIL PROTECTED]> wrote: > Hi, > > How do I create simple shapes, specifically spheres, cylinders and boxes > using osg::Geometry? Can't find tutorials for that. > Thanks. > > Renan M Z Mendes > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

