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
43 views
I have written a CAD program in JOGL that works great until I put in a glu quadric, then the lighting is off
I wrote CAD software (Protocase Designer) and it was working great. Except on ATI cards where it crashes all the time. On the theory that display lists are deprecated and maybe ATI cards don't fully ...