colobot/src/graphics/core
Piotr Dziwinski 366d3a551e Added debug aids for lighting
* displaying positions of current lights (F11)
 * dumping info to console (F10)
 * added assert() in suspicious place in CPyro
2013-06-17 18:17:21 +02:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
color.cpp Fixed code formatting 2013-05-27 10:19:16 +02:00
color.h Fixed variable shadowing warnings 2013-05-27 22:29:42 +02:00
device.h Added debug aids for lighting 2013-06-17 18:17:21 +02:00
light.h Fixed code formatting 2013-05-27 10:19:16 +02:00
material.h Fixed code formatting 2013-05-27 10:19:16 +02:00
texture.h Fixed code formatting 2013-05-27 10:19:16 +02:00
vertex.h Fixed code formatting 2013-05-27 10:19:16 +02:00

README.txt

/**
 * \dir graphics/core
 * \brief Abstract core of graphics engine
 *
 * Core types, enums, structs and CDevice abstract class that define
 * the abstract graphics device used in graphics engine
 */