aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/modelview_matrix_cache.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove semicolon after namespaceAlexander Sulfrian2014-05-041-1/+1
| | | | | Class definitions have to end with a semicolon but not namespaces. So remove this everywhere.
* menu/modelview_matrix_cache: add helper classAlexander Sulfrian2013-01-131-0/+43
Use the new ModelviewMatrixCache to cache the current state of the opengl MODELVIEW_MATRIX.