Re: [osg-users] wxWidget + osgViewer strange behaviour

2007-08-02 Thread amalric alexandre
I've found a solution to avoid the display to be freezed, in the OnIdle() function I have to call wxGLCanvas::SetCurrent() before calling osgViewer:: frame()... 2007/8/1, amalric alexandre [EMAIL PROTECTED]: Hi osg-users, I've noticed something strange using the osgViewerWX example on OSG

[osg-users] wxWidget + osgViewer strange behaviour

2007-08-01 Thread amalric alexandre
Hi osg-users, I've noticed something strange using the osgViewerWX example on OSG 2.0, I wanted to create 2 main frames with 2 osgViewer, so I made a copy of the code in the function OnInit() creating an another MainFrame, GraphicsWindowWX, osgViewer and so on ... Everything compile fine but