summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/material.h
Commit message (Collapse)AuthorAgeFilesLines
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-47/+0
| | | | | - moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine
* LightingPiotr Dziwinski2012-07-261-0/+3
| | | | | - fixed problems with lighting - added light_test
* Fixed brief Doxygen descriptionPiotr Dziwinski2012-06-261-1/+2
|
* Whitespace and language changePiotr Dziwinski2012-06-261-6/+6
| | | | | | | - changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include <d3d.h> in d3dengine.h
* CApplication and Gfx::CEngine interfaces & otherPiotr Dziwinski2012-06-241-1/+18
| | | | | | | | - added CApplication and Gfx::CEngine interfaces - added Gfx::Material struct - added Math::IntPoint struct - added template for Gfx::CDevice class - added templates for Gfx::CGLDevice and Gfx::CGLEngine classes
* Templates for new implementationPiotr Dziwinski2012-06-221-0/+26
- added template of classes/structs for new implementation - changed #include paths - updated README files