summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/modelmanager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changed model min/max to LOD levelsPiotr Dziwinski2013-01-271-23/+1
|
* CMakeLists enhancementsPiotr Dziwinski2013-01-081-2/+2
| | | | | | | - compiler detection (clang and gcc version check) - compile flags only for src/ subdir - system and local include paths - fix for clang compilation
* Engine optimization - rewritten model managementPiotr Dziwinski2012-12-261-0/+213
- new class CModelManager - rewritten engine object structure in CEngine - created shared model data instead of separate objects per each model instance - minor refactoring