How to join together triangle strips using degenerate triangles, and render an entire height map in a single rendering call.The difference between using vertex buffer objects only, and using vertex buffer objects together with index buffer objects.In this lesson, we’ll learn about index buffer objects, and go over a practical example of how to use them.
We also learned how to work around Froyo’s broken OpenGL ES 2.0 bindings. We learned about the difference between client-side memory and GPU-dedicated memory, and the difference between storing texture, position and normal data in separate buffers, or altogether in one buffer. In our last lesson, we learned how to use vertex buffer objects on Android.