summaryrefslogtreecommitdiffstats
path: root/src/graphics/opengl/test/transform_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Test fixPiotr Dziwinski2012-08-131-4/+4
|
* Cursor drawingPiotr Dziwinski2012-07-231-3/+1
| | | | | - fixed cursor drawing in CEngine - changed event loop to generate more events
* Texture & mouse functions; refactoring & fixesPiotr Dziwinski2012-07-221-2/+4
| | | | | | | | | | | - cleaned up and added documentation to engine.h - refactored CEngine interface and associated structs - added mouse handling functions in CApplication & CEngine - fixed bugs in projection matrix setting - changed texture loading & handling - added const-values in CDevice & CGLDevice - changed event management in CApplication - other minor changes & bugfixes
* Fixed OpenGL transformationsPiotr Dziwinski2012-07-181-0/+339
- fixed wrong order of transformations - added transform_test