summaryrefslogtreecommitdiffstats
path: root/src/graphics/opengl/test/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* Dynamic light managerPiotr Dziwinski2012-07-261-0/+1
| | | | - rewrote old CLight as CLightManager
* Fixed OpenGL transformationsPiotr Dziwinski2012-07-181-0/+1
| | | | | - fixed wrong order of transformations - added transform_test
* Fix in model loading; simple model viewerPiotr Dziwinski2012-07-151-0/+7
- 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