Hi JP,

ran it under Linux Nvidia 177.82.

First time freeze on adding 3rd extra view
2nd time freeze on adding 5th
3rd time freeze on adding 7th
4th time freeze on adding 4th

Thanks for testing. Seems to corroborate my findings, so I'm probably doing something wrong in general, not related to Windows... But I have no idea what that is. Any ideas?

I realize it's not the most efficient route, as having that many contexts will cause many context switches which are inefficient, but other than that, it should work right?

The reason I'm doing it that way is that we're doing a modeling-type application, where we need multiple views of the same scene, but we want Qt to manage the splitters between the views (so we can resize the views by dragging the splitters) instead of making an OSG event handler that would allow that same behavior. So we need each view to have a different window handle so that Qt can manage them inside its widgets, and thus we need each to have a distinct graphics context.

Thanks again,

J-S
--
______________________________________________________
Jean-Sebastien Guay    [EMAIL PROTECTED]
                               http://www.cm-labs.com/
                        http://whitestar02.webhop.org/
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to