Theo, There should be plenty of resources for learning how to create and manipulate 2D objects - it is fundamentally just like creating 3D objects, only the polygon(s) are all in a plane. You can just create a set of vertices manually to start with. If you've found the examples that deal with 3D shapes, I'd suggest starting there. If you can understand that, you're pretty much there! Maybe start with just creating spheres and see if that helps you understand. Try the plane primitives using example code if you really need more guidance... the billboard example may also give you a sense of how to create some 2D geometry.
Cheers, Tom ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=28909#28909 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

