Right now I'm drawing some line segments like this: osg::Geometry* geo = ...; // define some vertices ... // draw lines geo->setVertexArray(vertices); geo->addPrimitiveSet(new osg::DrawArrays(osg::PrimitiveSet::LINES, 0, qty));
Is there a way to draw a line that goes off to infinity in one direction? Cory Riddell _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

