Hi
Im writing a 3D game engine - the 1st 1
I have developed structures for the basic types polys,vertices etc..

what list type should i use? STL ? or how do develop my own if i have 2?

e.g. the poly structure has 2 have a list of vertices.

plz help