colobot/src/graphics/opengl
Piotr Dziwinski 45fd8aad33 Fog color fix; refactoring
- fixed fog color setting
- removed unused glSecondaryColor and altered struct VertexCol
- minor refactoring in CText
2012-09-26 16:31:04 +02:00
..
test Test fix 2012-08-13 18:03:12 +02:00
README.txt Documentation update 2012-08-11 18:39:16 +02:00
gldevice.cpp Fog color fix; refactoring 2012-09-26 16:31:04 +02:00
gldevice.h Namespace and styling fix 2012-09-19 23:50:28 +02:00

README.txt

/**
 * \dir graphics/opengl
 * \brief OpenGL engine implementation
 *
 * Contains the concrete implementation using OpenGL of abstract CDevice class
 * from src/graphics/core
 */