Advertisement

Fast OpenGL??

Started by December 01, 1999 08:32 AM
-1 comments, last by jra99 25 years, 2 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