summaryrefslogtreecommitdiffstats
path: root/src/graphics/common
Commit message (Collapse)AuthorAgeFilesLines
* CApplication and Gfx::CEngine interfaces & otherPiotr Dziwinski2012-06-243-98/+148
| | | | | | | | - 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
* Fix in light.hPiotr Dziwinski2012-06-221-2/+6
|
* Templates for new implementationPiotr Dziwinski2012-06-2229-30/+1450
| | | | | | - added template of classes/structs for new implementation - changed #include paths - updated README files
* Moved old implementations to src/oldPiotr Dziwinski2012-06-2222-20586/+0
|
* Vertex and Light structuresPiotr Dziwinski2012-06-202-0/+135
|
* Add functions to namespace.Programerus2012-06-201-5/+5
|
* Struct ColorHSV copied to color.hProgramerus2012-06-201-0/+11
|
* Color functionsProgramerus2012-06-201-13/+11
|
* Struct ColorProgramerus2012-06-201-5/+8
|
* Switched to new implementation of the rest of math modulePiotr Dziwinski2012-06-1922-846/+572
| | | | | | | | - changed structs from D3DVECTOR to Math::Vector and from D3DMATRIX to Math::Matrix - changed functions to new Math namespace functions - moved mainmovie module from graphics to object - added Get and Set to Math::Matrix
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-1323-685/+688
| | | | | | | | | - changed FPOINT to Math::Point and some functions from math module to the new implementation - moved old function and FPOINT struct declarations to math3d.cpp - removed some unused functions in math module - fixed some #include dependencies - moved #define STRICT and #define D3D_OVERLOADS to compile options
* Changed #defined constants to consts; typedef struct -> structPiotr Dziwinski2012-06-1113-80/+69
|
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-1022-712/+712
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-1026-219/+187
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Split math functions; beginning of common structuresPiotr Dziwinski2012-04-282-0/+181
|
* Source files split into modulesPiotr Dziwinski2012-04-2824-0/+20814