summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/modelmanager.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed graphics objects after resetPiotr Dziwinski2013-03-311-0/+4
| | | | Should fix #120 and perhaps some other bugs as well
* Engine optimization - rewritten model managementPiotr Dziwinski2012-12-261-0/+97
- new class CModelManager - rewritten engine object structure in CEngine - created shared model data instead of separate objects per each model instance - minor refactoring