Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of people/boenzlip/performance


Ignore:
Timestamp:
Dec 17, 2005, 1:02:30 AM (18 years ago)
Author:
patrick
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • people/boenzlip/performance

    v1 v1  
     1= Performance =
     2
     3Specific Algorithms
     4 * Use GL_STRIP, GL_FAN => organize the vertices. There is a [http://www.plunk.org/~grantham/public/actc/ lib] that does this automaticaly
     5 * Frustum Culling [http://www.flipcode.com/articles/article_frustumculling.shtml frustum culling]
     6
     7
     8General tips:
     9 * [http://graphics.stanford.edu/courses/cs248-99/OpenGLSession/performance.txt] - som general ideas from stanford
     10
     11
     12Performance measuring tools:
     13 * [http://www.gremedy.com/ gDEBugger] - is a tool to measure opengl performance