Hello,
In my current project I render terrain based off height map data, I am using vertex arrays however because all the vertices are in one long array, it “connecting” if you will the right most polys with the left most polys instead of creating individual rows. So the terrain renders properly except that it is trying to render a triangle between the vertices on the oposite side of the map. What am I doing wrong here?