Dislpay List and transformation
Posted
by Gary
on Stack Overflow
See other posts from Stack Overflow
or by Gary
Published on 2010-05-28T02:14:03Z
Indexed on
2010/05/28
2:21 UTC
Read the original article
Hit count: 467
opengl
Greetings!
I have this question. Whenever, I enter a transformation (gltranslate, glrotate, glscale) within a display list, the transformation remains as a command within the display list. Everytime the display list is rendered, it will calculate all and over again.
Is there a way, I can make an opengl transformation and the transformed vertex coordinates be stored permanently in a display list instead of transformation & intial coordinates? Hope my question makes sense.
Thank you in advance.
Gary
© Stack Overflow or respective owner