summaryrefslogtreecommitdiffstats
path: root/examples/opengl/pbuffers/cube.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove display lists and refactor ready for ES/ES2 portSarah Smith2009-10-011-0/+332
Display lists, and a few other features dont work in ES/ES2. Refaoctor to allow redo of lighting and other non-fixed-function pipeline features. Also use QAnimation* classes instead of timers, and correct a few minor bugs (flipped texture). Include new screenshot (old one manifested bug). Reviewed-by: Rhys Weatherley