colobot/src/graphics
Piotr Dziwinski 6d0ed0d26a Completely fixed light issues
Directional and spot lights are now set properly
2012-09-27 23:18:12 +02:00
..
core Refactored resource and relief loading 2012-09-26 19:18:33 +02:00
d3d Updated docs and some Doxygen fixes 2012-09-27 20:43:20 +02:00
engine Completely fixed light issues 2012-09-27 23:18:12 +02:00
opengl Completely fixed light issues 2012-09-27 23:18:12 +02:00
README.txt Updated docs and some Doxygen fixes 2012-09-27 20:43:20 +02:00

README.txt

/**
 * \dir src/graphics
 * \brief Graphics engine
 */

/**
 * \namespace Gfx
 * \brief Namespace for (new) graphics code
 *
 * This namespace was created to avoid clashing with old code, but now it still serves,
 * defining a border between pure graphics engine and other parts of application.
 */