Texturing + vertex arrays - help

Started by
-1 comments, last by Muncher 21 years, 11 months ago
Hello all... i''m making pretty good headway with opengl and general 3d stuff thanks to this forum... so cheers all! I have just written my first 3d model loader, and it works!!!!!!!!! I''m putting my verts into a vertex array, then using glDrawElements to draw them, but how do you use textures with vertex arrays?, i know how to texture map on an individual polygon, but not when it''s in array form.... Are there texture arrays?? How do you texture a model thats in a vertex array? I''d appreciate any comments.... Thanks!!! Muncher!

This topic is closed to new replies.

Advertisement