On Mon, May 6, 2013 at 3:51 AM, Sujan Dasmahapatra <[email protected]> wrote: > Can I control OSG viewer by Qt events. Like mouse press, mouse move etc can > be used with OSG viewer??..Any suggestions highly appreciated. >
You can do that, but basically you need to embed the OSG inside of a Qt windows (see the osgQt examples) and then forward the Qt events to the OSG event handling code. I think most are handled in the examples, so you should not have too many issues with that. Jan _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

