Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hellogl now runs on QT_OPENGL_ES_1 (ie N95). | Sarah Smith | 2009-10-09 | 2 | -1/+7 |
| | | | | | | | effort to have examples show portable GL code continues. One #ifdef in whole example and it now runs on N95 and desktop. Reviewed-by: Rhys Weatherley | ||||
* | Fixed a warning. | Trond Kjernaasen | 2009-09-21 | 1 | -1/+1 |
| | | | | Reviewed-by: Trust Me | ||||
* | Make OpenGL overpainting example compile under OpenGL/ES 1.1 | Rhys Weatherley | 2009-09-21 | 1 | -1/+4 |
| | | | | Reviewed-by: trustme | ||||
* | remove display lists and qt3d-ize overpainting/hellogl example | Sarah Smith | 2009-09-21 | 2 | -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 |