PDA

View Full Version : Like a beginner :)



paddy
03-05-2001, 07:23 AM
Suddenly, the engine was sooooo slooooow ...
Searched during a while ...
Texture allocation in display list=no good http://www.opengl.org/discussion_boards/ubb/smile.gif

glTexImage2D in a displaylist = major performance slowdown ...

Bob
03-05-2001, 08:23 AM
Well of course, glTexImage2D would be called, and therefore a new texture would be uploaded, every time you call the displaylist http://www.opengl.org/discussion_boards/ubb/biggrin.gif