Vertex arrays ?

Started by
10 comments, last by Lanman 22 years, 1 month ago
how do you fill a vertex array to use with opengl with linked lists or someother nonstatic data structure?
Advertisement
Vertex arrays expect just what they''re named for, arrays. malloc however many vertices you have in your list and traverse the list and copy the vertices to the array.

------------
- outRider -

This topic is closed to new replies.

Advertisement