Is glut_GameMode fast enough for a 3D Demo ?

I’m working on a little 3d-demo using msvc6 and opengl. I just read about glut_GameMode.
Is glut_GameMode (say 800x600x32) fast enough for a 3d demo ? what other possibilities are there to switch to fullscreen ?

pcween^dh

I see no reason att all why glutGameMode should be slower/faster than anything else that does the same thing.

im not too sure but i read some where perhapes this forum a few days ago that glutGameMode increases the speed of app by 25% or so.

from what i gathered it was becouse it is only using 1 window and not the redering window and output console.

not to sure!!!

Zee

Yep hear is where i read that

http://www.opengl.org/discussion_boards/ubb/Forum2/HTML/002616.html

Zee

thank you very much for your reply

pcween^dh