colobot/src/graphics/engine
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
..
test Changed model min/max to LOD levels 2013-01-27 11:43:53 +01:00
README.txt Updated docs and some Doxygen fixes 2012-09-27 20:43:20 +02:00
camera.cpp CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
camera.h CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
cloud.cpp CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
cloud.h CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
engine.cpp Non-power-of-2 padding for background images 2013-05-11 23:12:13 +02:00
engine.h Non-power-of-2 padding for background images 2013-05-11 23:12:13 +02:00
lightman.cpp Fixed segfault in light manager 2013-02-28 22:56:44 +01:00
lightman.h Better light sorting 2013-02-25 21:58:01 +01:00
lightning.cpp CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
lightning.h CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
modelfile.cpp CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
modelfile.h Changed model min/max to LOD levels 2013-01-27 11:43:53 +01:00
modelmanager.cpp Improved log levels 2013-04-01 12:58:55 +02:00
modelmanager.h Fixed graphics objects after reset 2013-03-31 13:06:38 +02:00
particle.cpp CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
particle.h CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
planet.cpp CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
planet.h CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
pyro.cpp Fixed problem with test compilation 2013-04-29 14:29:12 +02:00
pyro.h CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
terrain.cpp Fixes for compiling on MSYS 2013-03-22 19:17:08 +01:00
terrain.h CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
text.cpp Fixes for compiling on MSYS 2013-03-22 19:17:08 +01:00
text.h * Fix for satcom freeze 2013-02-24 01:40:55 +01:00
water.cpp CInstanceManager refactoring 2013-02-17 12:11:56 +01:00
water.h CInstanceManager refactoring 2013-02-17 12:11:56 +01:00

README.txt

/**
 * \dir src/graphics/engine
 * \brief Graphics engine
 *
 * CEngine class and various other classes implementing the main features
 * of graphics engine from model loading to decorative particles
 *
 * Graphics operations are done on abstract interface from src/graphics/core
 */