Tagged Questions
1
vote
2answers
1k views
Texturing Vertex Buffer Objects
What I want to do is drawing a (large) terrain with OpenGL. So I have a set of vertices, lets say 256 x 256 which I store in a vertex buffer object in the VRAM. I properly triangulated them, so I've ...