Hi,
There’s a glVertexPointer or something, but from what I can tell you only pass indices - what’s the standard method (or if there’s a standard extention that does it) for passing an array of verticies, texcoords, or whatever and indices to be drawn in one go…or is it faster to just compile it all into a display list (what I’m doing now).
Thanks