Re: [osg-users] what is the thread difference between MFC and console?

2009-07-10 Thread Ümit Uzun
Hi Forest; We have same problem and I find that threading isn't actual problem. real one is rendering on specified HWND. And frame rate always gets down while enlarging the HWND size contrary if you collapse the HWND size you can see easily that frame rate gets upper degree than wide one. I suspec

[osg-users] what is the thread difference between MFC and console?

2009-07-10 Thread forest
hi all, I have a problem with OSG in MFC program:When I run my program in console, I get 60 frames per second .However,When I move my program into MFC, I get slow frames.I do this as the example osgviewerMFC does, creating a new thread for OSG drawing. One thing I have to mention is that t