I have 2 solution filling 3 matrix (texcoord,color and vertex)
with a loop 70*70 max
and drawing all the terrain with glDrawArrays( GL_QUADS_STRIP
or I do it basicaly (so I put in the loop glColor,glVertex,glTexCoord ...)
what is the faster solution ??
(what about the pipeline )
thanks



