7 Commits

Author SHA1 Message Date
David Vierra
4680add658 Revert "Cleanup: Remove extra glFlush calls from a few places."
This reverts commit a8978445d3afde3a57b7c74ec7b829e19d1110bd.

Ought to fix issue #250
2013-01-16 14:32:51 -10:00
David Vierra
a8978445d3 Cleanup: Remove extra glFlush calls from a few places.
glFlush may make the program wait until the GL driver has forwarded all commands to the GPU. glFlush is already called once in the main loop just before swapping buffers and checking for user input.
2012-11-20 14:33:31 -10:00
KaboPC
dbacc96773 Update tab_panel.py to support change in filter.py
tab_panel.py has been revised to draw glRects and draw text rendered on 2D surfaces to support 3D objects inside of filter panels.

These changes were made to support revisions in filter.py.

For more information: http://www.youtube.com/watch?v=NXN8R1BIIuk
2012-09-14 22:54:41 -03:00
David Sowder
3b0646071f pep8 compliance: E261 at least two spaces before inline comment 2012-02-21 17:39:31 -06:00
David Sowder
dc48b57df2 pep8 compliance: E251 no spaces around keyword / parameter equals 2012-02-21 17:38:55 -06:00
David Sowder
7dc6c3a181 pep8 compliance: E302 expected 2 blank lines 2012-02-21 17:38:05 -06:00
David Vierra
e20a70d963 Initial open source release. 2012-02-13 14:59:37 -10:00