Hello, In my c# application I would like to create a Level Editor around an engine using osg. I need an user Interface in c# and an osg viewer in the c# window. My problem is I don't how to put the osg viewer inside my c# window. I think I need to set the window handle to the osg viewer with the handle off my c# window.
I would like to know if it's possible to set the window handle (hwnd) to an osgviewer? I want to do that because I need to draw the osgviewer in the c# window. I know there is osgDotNet but I don't see any function which permit me to set the window handle. osgDotNet is a managed c++ wrapper of the osg c++ class. This permit to use osg in c# application. http://www.openscenegraph.org/projects/osgDotNet/wiki Regards _______________ Romain Blanchais
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

