Advertisement

OpenGL optimization

Started by October 25, 2002 01:04 PM
0 comments, last by LeeDawg 22 years ago
Besides display lists, what are some general ways to optimize OpenGL and achieve a higher frame rate? Thanks!
Avoid as many state changes (textures, lighting, blending) as possible, which requires special sortings of the objects you are rendering.
It's not what you're taught, it's what you learn.

This topic is closed to new replies.

Advertisement