Archives week 38 of 2008

Sept. 22, 2008 - Sept. 28, 2008

New PyOpenGL-Demo demos

Peter Roesch has just contributed a set of stand-alone demos for the PyOpenGL-Demo distribution.  There's shaders, nurbs surfaces and curves, beziers, interaction and stereo rendering.  They should show up in the next release of the package, and are available from bzr now.

bzr branch lp:~mcfletch/pyopengl-demo/trunk Demo

They'll also show up as example code in the ...

Continue reading

Need to expand vbo support... and support/contribution emails

The vbo module in PyOpenGL is currently making a bad assumption, namely that the value passed to gl*Vertex functions should be 0, it could be any integer to indicate an offset.  I'm thinking of creating a class which can be used to create offsets into the vbo which will always just be the offset:
glVertexPointerd( ...

Continue reading

Daily archives

Previous week

Week 37 of 2008

Next week

Week 40 of 2008

Archives