SurGL
11-18-2001, 09:12 PM
Now I understand that I was wrong when I thought ,am comfortable in display lists.
I wanted to implement a sofware version of display list for the sample "OpenGL like library" being develped as part of work.
What exactly does a display list contain?
a. IS it just gl commands in sequence, which can be strored in memory?
b.IS it vertices after transformations or ligting?
I have seen some implementations which just stores the gl command in display list. In this cases where does the performance advantage come from?
I would appreciate your views.
Thanks
SurGL
I wanted to implement a sofware version of display list for the sample "OpenGL like library" being develped as part of work.
What exactly does a display list contain?
a. IS it just gl commands in sequence, which can be strored in memory?
b.IS it vertices after transformations or ligting?
I have seen some implementations which just stores the gl command in display list. In this cases where does the performance advantage come from?
I would appreciate your views.
Thanks
SurGL