Archives April 26, 2009
Another round of fixing suspend
Written by
on
in
Tuxedo.
Seems that once again I've lost suspend with an Ubuntu update. Was working perfectly well with Intrepid, but Jaunty just gives me the old, familiar black screen on resume. Some day this silly laptop will resume properly out-of-box, but today is not that day.
First step in eliminating GLU quadrics...
Written by
on
in
Snaking.
OpenGLContext is currently using GLU quadrics to render the various VMRL quadric primitives. There's no particular reason to do so other than it was easy and simple to implement. I've just written up some code to generate two VBO-compatible arrays that render a sphere with a given angular resolution as a single glDrawElements call (once ...