SIGGRAPH OpenGL BOF - 8/13

Started by
12 comments, last by V-man 15 years, 8 months ago
So, how was the BOF? I decided to spend the evening having nice dinner instead of wasting my time with all this OpenGL 3.0 whining.
Advertisement
As it turns out, NVIDIA didn't fling a CD on the table, but they did put up a beta OpenGL 3.0 driver for download.

But what we really want to know is did AMD try and poke Intel's eye out with a pencil?
Some Siggraph 2008 info here.
http://www.extremetech.com/article2/0,2845,2328126,00.asp
Sig: http://glhlib.sourceforge.net
an open source GLU replacement library. Much more modern than GLU.
float matrix[16], inverse_matrix[16];
glhLoadIdentityf2(matrix);
glhTranslatef2(matrix, 0.0, 0.0, 5.0);
glhRotateAboutXf2(matrix, angleInRadians);
glhScalef2(matrix, 1.0, 1.0, -1.0);
glhQuickInvertMatrixf2(matrix, inverse_matrix);
glUniformMatrix4fv(uniformLocation1, 1, FALSE, matrix);
glUniformMatrix4fv(uniformLocation2, 1, FALSE, inverse_matrix);

This topic is closed to new replies.

Advertisement