Check out <osg/LineWidth> osg::StateSet* stateSet = node->getOrCreateStateSet(); // 3 pixel wide line stateSet->setAttributesAndModes(new osg::LineWidth(3), osg::StateAttribute::ON);
HTH Chuck On Jun 15, 2011, at 9:39 AM, basil huffman wrote: > Is there a way to give thickness to line segments? > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=40539#40539 > > > > > > _______________________________________________ > 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

