"Dženan Zukić" writes: > Hi, > > I have read some older threads "why aren't shapes appearing in obj files". I > understand the problem, but for inexperienced OSG users like myself it is > quite hard to improve OBJ exporter to capture the triangles that are used to > draw ShapeDrawables. > > Has anyone written some code that solves or circumvents this problem?
Hi Dženan, OsgWorks (http://code.google.com/p/osgworks/) has "osg::Geometry-based utility functions to render rudimentary shapes such as planes, boxes, spheres, and arrows.", so you can substitute your shapes for several of those an they will get written in the file. -- Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

