colobot/src/graphics
Tomasz Kapuściński a924cf6a75 Fix for fog distance 2016-01-31 00:38:24 +01:00
..
core Added DrawPrimitives() for drawing multiple primitives (not optimized for now) 2015-12-23 23:23:10 +01:00
d3d Fixed code formatting 2013-05-27 10:19:16 +02:00
engine Fix for fog distance 2016-01-31 00:38:24 +01:00
model Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
opengl Optimized light updating in CGLDevice 2016-01-30 18:51:13 +01:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +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.
 */