Version 1 (modified by patrick, 19 years ago) (diff) |
---|
Performance
Specific Algorithms
- Use GL_STRIP, GL_FAN ⇒ organize the vertices. There is a lib that does this automaticaly
- Frustum Culling frustum culling
General tips:
- http://graphics.stanford.edu/courses/cs248-99/OpenGLSession/performance.txt - som general ideas from stanford
Performance measuring tools:
- gDEBugger - is a tool to measure opengl performance