🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Fast OpenGL??

Started by
-1 comments, last by jra99 24 years, 7 months ago
Hi,

I was just curious to know which GL commands are accelerated by modern graphics cards? And how to write effective GL code to make the best use of the 3D accelerator.
1. Should I use OpenGL's own Transform functions (i.e. glRotate etc..), or should i write my own, how much of a speed differnece would it make?
2. Should everything be compiled into display lists as far as possible? What about direct mode, is there a speed penalty?
3. Any other tips on getting GL code to go fast...

This topic is closed to new replies.

Advertisement