summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/test/modelfile_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changes in build organizationPiotr Dziwinski2013-06-221-263/+0
| | | | | | | | * targets are now created in top-level build directory * more things are now configured through CMake options * changed debug build detection from NDEBUG to DEV_BUILD * moved po and desktop directories * moved last unit test out of src directory
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Changed model min/max to LOD levelsPiotr Dziwinski2013-01-271-12/+5
|
* Engine optimization - rewritten model managementPiotr Dziwinski2012-12-261-8/+4
| | | | | | | | - new class CModelManager - rewritten engine object structure in CEngine - created shared model data instead of separate objects per each model instance - minor refactoring
* CModelFile fixes; test frameworkPiotr Dziwinski2012-09-081-40/+265
| | | | | | - fixes in CModelFile IO - added Google Test framework for automatic testing - rewrote modelfile_test in the new framework
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+48
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine