Texture with indexed vertex array

Hi there!

I would like to know how to apply texture using GL_TEXTURE_COORD_ARRAY in a model created with indexed vertex array using glDrawElements?

Thanks.

The code here might help you

http://www.java-tips.org/other-api-tips/jogl/vertex-buffer-objects---nehe-tutorial-jogl-port.html

Cheers,
Brett

Thanks! ;D

I’m studying the code.