Hello Dirk,

Thanks very much for your reply, but the code set the window width and height 
to the rendering width and height like this in case of 1000x1000, it's 1000x1000
glutInitWindowSize(imageWidth, imageHeight);
and the window is not visible.
See the reply i sent to Mr. Carsten.

Thanks again,
Abdalla

Dirk Reiners <[EMAIL PROTECTED]> wrote: 
 Hi Abdalla,

abdalla ramadan wrote:
> i'm completing a program which renders to an image using 
> FileGrabForeground it has a problem rendering at high resolution which 
> is the black area that appears above in the rendered image see the 
> attached, the code can be summarized as follows

Is your Window big enough to show 1000 pixels vertical? The FGF doesn't do FBOs 
or anything magic behind the scenes, it just grabs whatever is visible on teh 
screen.

Yours

 Dirk

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users


       
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile.  Try it now.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to