summaryrefslogtreecommitdiffstats
path: root/src/graphics/opengl/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fix in model loading; simple model viewerPiotr Dziwinski2012-07-151-5/+37
| | | | | | | | | - fixed model loading code - added simple model viewer (model_test) in src/graphics/opengl/test - added system time stamp code - split the code in app/system modules to separate headers - added debug messages in model loading - minor fixes in OpenGL engine
* Fixed bug with texturingPiotr Dziwinski2012-07-051-0/+31
- moved creation-time tex params to Gfx::TextureCreateParams - fixed bug with texture creation - added simple test for multitexturing