[osg-users] How to work with Delta3d in MFC SDI ?

2008-03-31 Thread Kama
Hi, all, In OSGViewerMFC MDI or SDI, it begin a thread in OnInitialUpdate() of MFC_View: mThreadHandle = (HANDLE)_beginthread(COSG::Render, 0, mOSG) , and in Render(void* ptr) function, it likes this: while(!viewer-done()) { osg-PreFrameUpdate(); viewer-frame();

Re: [osg-users] How to work with Delta3d in MFC SDI ?

2008-03-31 Thread Michael Bosse'
What version of Delta3d are you using? Also, this question may be better suited for the Delta3d forums http://www.delta3d.org/forum/index.php On Mon, Mar 31, 2008 at 5:06 AM, Kama [EMAIL PROTECTED] wrote: Hi, all, In OSGViewerMFC MDI or SDI, it begin a thread in OnInitialUpdate() of

Re: [osg-users] How to work with Delta3d in MFC SDI ?

2008-03-31 Thread Kama
Thanks a lot ! I'm sorry to bother you all in this OSG-Users Group, but i have no idea to work it out, and the very bad thing is that i can not access the Delta3d forums in our country I use Delta3d2.0.0, the very thing i want to know is what functions of Delta3d should i put in the static