Re: [osg-users] Problems porting Producer to osgViewer

2007-05-08 Thread Kallfass, Daniel, SDGE1
. Mai 2007 19:26 An: osg users Betreff: RE: [osg-users] Problems porting Producer to osgViewer Daniel, What I have found working with osgViewer and Windows, is that if you are assigning OSG to use an existing window/control is that you must set the pixelformat for that window/control before OS

RE: [osg-users] Problems porting Producer to osgViewer

2007-05-07 Thread Hartman, Michael W. (MSFC-NNM06AA05Z)[PEOPLETEC]
Window(m_hWnd); return 0; } Mike Hartman From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kallfass, Daniel, SDGE1 Sent: Monday, May 07, 2007 9:19 AM To: osg users Subject: Re: [osg-users] Problems porting Producer to osgViewer Hi

Re: [osg-users] Problems porting Producer to osgViewer

2007-05-07 Thread Kallfass, Daniel, SDGE1
Thanks, Daniel Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Robert Osfield Gesendet: Freitag, 4. Mai 2007 09:47 An: osg users Betreff: Re: [osg-users] Problems porting Producer to osgViewer Hi Daniel, Good to hear of success. I'd wonder if using QWi

Re: [osg-users] Problems porting Producer to osgViewer

2007-05-04 Thread Robert Osfield
TED] *Im Auftrag von *Robert Osfield *Gesendet:* Donnerstag, 3. Mai 2007 16:38 *An:* osg users *Betreff:* Re: [osg-users] Problems porting Producer to osgViewer Hi Daniel, I have heard others being successful at getting this working, but don't have the code first hand. My best guess wou

RE: [osg-users] Problems porting Producer to osgViewer

2007-05-03 Thread Kallfass, Daniel, SDGE1
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Robert Osfield Gesendet: Donnerstag, 3. Mai 2007 16:38 An: osg users Betreff: Re: [osg-users] Problems porting Producer to osgViewer Hi Daniel, I have heard others being successful at getting this

Re: [osg-users] Problems porting Producer to osgViewer

2007-05-03 Thread Robert Osfield
Hi Daniel, I have heard others being successful at getting this working, but don't have the code first hand. My best guess would be to try adding a realize(); before the frame loop. If you get it working then perhaps you could tweak the OSG's QT example to work using this method :-) Robert. O

AW: [osg-users] Problems porting Producer to osgViewer

2007-05-03 Thread Kallfass, Daniel, SDGE1
Robert, > Yes, but its only support under Windows so far.  X11 and OSX will come along > later. > What you do is create a osg::Traits object with > osgViewer::GraphicsWindowWin32::WindowData attached to it. Thank you very much for your response with the hint to use WindowData. I have tried th

Re: [osg-users] Problems porting Producer to osgViewer

2007-05-03 Thread Robert Osfield
Hi Daniel, On 5/3/07, Kallfass, Daniel, SDGE1 <[EMAIL PROTECTED]> wrote: Hello, we are trying to port our QT4 based application from Producer to osgViewer and have some problems how to do it. We can't use the osgSimpleViewerQT4 examples, because we don't want osg to render in the main QT thr

[osg-users] Problems porting Producer to osgViewer

2007-05-03 Thread Kallfass, Daniel, SDGE1
Hello, we are trying to port our QT4 based application from Producer to osgViewer and have some problems how to do it. We can't use the osgSimpleViewerQT4 examples, because we don't want osg to render in the main QT thread but in a separate thread. Our old solution was to create a QT widget and