Robert, Thank you, that helped a lot. My C++ code has now come up and run in a Python GLUT test bed program, though I'm still having problems with wxPython. I'll keep at it. One question: the osgViewerGLUT example holds the reference to its osgViewer::GraphicsWindow in an osg::observer_ptr, rather than an osg::ref_ptr. What's the reasoning behind that?
Randolph On 2009-10-06, Robert Osfield <[email protected]> wrote: > Hi Randolf, > > I have never tried what you are doing but, but use of > GraphicsWindowEmbedded feature of osgViewer is pretty straightforward, > have a look at the osgviewerSDL and osgviewerGLUT examples for > guidance, your own code shouldn't need to be much different than > these. > > Robert. > > On Tue, Oct 6, 2009 at 3:39 AM, Randolph Fritz <[email protected]> wrote: >> Does anyone have an example of this? I'm developing a C++ class that >> I'm importing via Boost.python. I can't figure out what arguments to >> pass, what methods to call, or when to call them. & yet I know people >> have done this. Anyone? >> >> -- >> Randolph Fritz >> design machine group, architecture department, university of washington >> [email protected] -or- [email protected] >> >> _______________________________________________ >> osg-users mailing list >> [email protected] >> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >> -- Randolph Fritz design machine group, architecture department, university of washington [email protected] -or- [email protected] _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

