Sukender wrote: > Anyway, I could add my "ComponentContainer" object as a userdata to avoid > being too intrusive in OSG code, of course. >
That's what I had in mind. We are using a componentized design ourselves. Simulation objects are composed of viewer and controller components much like the MVC pattern. OSG is used for implementation of the viewer components in the 3D graphical domain. So I think the componentization should be done at your side and not on the OSG side. Roland ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=16187#16187 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

