Advertisement

Vertex Arrays from Dynamic Arrays

Started by August 25, 2003 03:37 PM
0 comments, last by adam17 21 years, 6 months ago
im wondering if there is a way to load vertices from an ASE file and then into a vertex array. do i have to load them into a linked list **shudder** because theyre dynamic, or is there a way to load the vertices from a vector class into the vertex array?? Umm... yeah... that would be great... -Bill Lumberg
Read in the number of vertices that are used in the ase file, allocate an array of that size, and copy the data into that array. No linked lists needed.

This topic is closed to new replies.

Advertisement