Hi, I have to apologize, I accidentally broke the example. My own implementation was still not working, however.
After comparing my code with the example code, I found that the only difference was that the example used a slightly different scene structure. I created a stateset, added it to a geometry object and added that to the scene. The example adds the stateset to a geode that contains the geometry object, which is then added to the scene. Adding the stateset to a geode object between the scene root and the geometry object fixed my problem. Why does instancing not work without this additional node, though? Cheers, Selmar ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=60719#60719 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

