Hi Andrew, Rather that use osgUtil::SceneView use osgViewer::GraphicsWindowEmbedded rather than window inheritance as this will enable you to most of the osgViewer functionality that you'll already be using. You'll need to inject your own events.
It might also be able to resolve your event handling issues, but unless you are more specific about them no one else will be able to help. Robert. On Tue, Jun 2, 2009 at 11:37 PM, Andrew Cunningham <[email protected]> wrote: > Hi, > If anyone has a code sample using osgUtil::SceneView (OSG 2.8.x) and MFC in > a MDI app that would be really helpful to me. The osgViewer::Viewer class is > proving problematic to use - I am fighting with it over events.. I need to > take a step back to a level where I have more control. > > Thanks > Andrew > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=13401#13401 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org > _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

