Archives June 20, 2008
Explaining Complex Things
Written by
on
in
Vindaloo.
We went to the last Cafe Scientifique of the season in Toronto tonight. Topic was a fairly generic "the future of medecine". A bit disappointing in that the focus was all on the ultra-high-tech possibilities that might or might not show up. That is, it was all about reactive medicine, rather than proactive. Nothing substantive ...
OpenGL Vertex Buffer Objects (VBO)
Written by
on
in
Snaking.
Only had 1/2 day to work on PyOpenGL today (client needed work done this morning), so just played around with the Vertex Buffer Object (VBO) extension. In particular I added support for mapping data into the arrays and automatically deleting the arrays if the user forgets to do so. For those following along at home... ...