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 ...
0
votes
1answer
408 views

OpenGL Vertex Buffer not drawing (LWJGL)

I've been trying to implement a better way of drawing stuff, and tried using Vertex Buffers. Now, I've been following the Tutorial from the LWJGL Wiki ([Using Vertex Buffer Objects (VBO)]: ...