OpenGL and SDL

Has anyone else using SDL with OpenGL run into a problem with the Camera. . .It seems to act wierd when I am using SDL to initialize OpenGL and to do event handling.

Hi !

OpenGL works just fine with SDL, check that you are modifing the correct matrices when you setup projection and modelview matrices.

Mikael