"Mathieu Scorpionis" writes: > Yes a geode is a node. But how is it possible to create a geode, from a 3DS > (or.OSG) file ?
You can't. You have to navigate the hierarchy of the "file" once loaded in order to find its geodes. You can use NodeVisitor class for that. It's also very enlightening to inspect a .osg file in a text editor in order to know what the structure is, or convert the file with osgconv to the .dot format and watch the graphic that the "dot" tool makes from it. -- Alberto _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

