glut & animation?

hy there

is there a way to do “double buffered” animation with glut? or should i use the “normal windows style” like doing my window per hand, getting rc etc.

bye

apo

Hi !

You can do doublebuffering in glut, you pass some option when you open a windows, but I don’t rember exactley how, havn’t used glut in a long time, it should be in the docs though.

Mikael

Yes, glut supports double buffering.

I use double buffering in all of be glut examples.

website: www.angelfire.com/linux/nexusone/

Originally posted by apocalexiz:
[b]hy there

is there a way to do “double buffered” animation with glut? or should i use the “normal windows style” like doing my window per hand, getting rc etc.

bye

apo[/b]