colobot/src/graphics/core
Piotr Dziwinski cec406ea31 Non-power-of-2 padding for background images
* added padding options
 * removed old hardcoded image sizes
2013-05-11 23:12:13 +02:00
..
README.txt Documentation update 2012-08-11 18:39:16 +02:00
color.cpp Namespace and styling fix 2012-09-19 23:50:28 +02:00
color.h Fixed stupid error, tweaked ambient light colors 2013-02-28 22:06:22 +01:00
device.h Corrected OpenGL extension detection 2013-01-05 23:03:06 +01:00
light.h Spot light angle fix 2012-10-03 00:29:59 +02:00
material.h Namespace and styling fix 2012-09-19 23:50:28 +02:00
texture.h Non-power-of-2 padding for background images 2013-05-11 23:12:13 +02:00
vertex.h Static objects using OpenGL VBOs and display lists 2012-12-14 21:30:35 +01: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
 */