summaryrefslogtreecommitdiffstats
path: root/src/graphics/opengl/test/model_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Test fixPiotr Dziwinski2012-08-131-4/+4
|
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-1/+1
| | | | | - moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine
* Refactoring of texture codePiotr Dziwinski2012-07-251-11/+0
| | | | | | | - refactored texture structs & functions - added note about OpenGL extensions - removed device.cpp as unnecessary - minor changes in CEngine
* Texture & mouse functions; refactoring & fixesPiotr Dziwinski2012-07-221-8/+8
| | | | | | | | | | | - 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
* Fixes in texture loadingPiotr Dziwinski2012-07-161-1/+4
| | | | | | - added other texture formats: BGR and BGRA - fixed texture loading in model viewer - moved code from texture.cpp module to texture.h
* Fix in model loading; simple model viewerPiotr Dziwinski2012-07-151-0/+385
- 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