terrain rendering question

Started by
0 comments, last by angry 20 years, 5 months ago
I want to know how ppl render terrain with LOD, do they use glVertex* or how do they do it? As to me it seems impossible to use compiled vertex lists or glVertexPointer as the grid is not static...
Advertisement
With vertex arrays or dynamic vertex buffer objects.

This topic is closed to new replies.

Advertisement