summaryrefslogtreecommitdiffstats
path: root/examples/opengl/shared
Commit message (Collapse)AuthorAgeFilesLines
* Make OpenGL overpainting example compile under OpenGL/ES 1.1Rhys Weatherley2009-09-211-1/+4
| | | | Reviewed-by: trustme
* remove display lists and qt3d-ize overpainting/hellogl exampleSarah Smith2009-09-212-0/+470
On the way to making opengl examples portable, remove display lists and go to triangles only. Use QMatrix4x4. While on the job use Qt/3D stylee to make the QtLogo as an example of 3D programming more Qt-like. Reviewed-by: Rhys Weatherley