summaryrefslogtreecommitdiffstats
path: root/modelitem.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compilation after API changes in Qt 4.6 trunk.Samuel Rødal2009-11-121-6/+9
|
* Implemented hidden surface removal for projected items.Samuel Rødal2009-10-091-4/+11
| | | | | This speeds things up a bit by not painting walls / items that are completely hidden behind other walls.
* Port to Qt 4.6 etc...Samuel Rødal2009-10-011-36/+73
| | | | | | | | | Ported to use Qt 4.6's matrix and vector classes, as well as using QGLShaderProgram to make the OpenGL rendering code work both on desktop OpenGL and OpenGL ES 2.0 (the desktop version requires GLEW atm). Also added auto-walk toggler to improve navigation on a touchscreen device.
* Disable SmoothPixmapTransform when not using OpenGL, and cache camera matrices.Samuel Rødal2008-12-151-3/+3
|
* Compile without OpenGL.Samuel Rødal2008-12-121-1/+7
|
* Only show web views when load has finished.Samuel Rødal2008-12-011-1/+11
| | | | Also make model item redraw correctly when OpenGL is disabled.
* Update license headers.Samuel Rødal2008-12-011-6/+7
|
* Improve field of view, 90 degrees was a bit high.Samuel Rødal2008-12-011-1/+1
|
* Add OpenGL model renderer and improve update/visibility handling for ↵Samuel Rødal2008-11-301-0/+215
increased performance.