colobot/src/graphics/engine
erihel 2db419a1e0 * Building should work now without 'ground not flat' message 2012-09-25 18:26:16 +02:00
..
test CModelFile fixes; test framework 2012-09-08 03:05:12 +02:00
README.txt Documentation update 2012-08-11 18:39:16 +02:00
camera.cpp Event fixes & refactoring 2012-09-22 00:38:17 +02:00
camera.h Namespace and styling fix 2012-09-19 23:50:28 +02:00
cloud.cpp Namespace and styling fix 2012-09-19 23:50:28 +02:00
cloud.h Namespace and styling fix 2012-09-19 23:50:28 +02:00
engine.cpp Various fixes 2012-09-22 17:36:10 +02:00
engine.h Data dir paths 2012-09-22 14:40:13 +02:00
lightman.cpp Namespace and styling fix 2012-09-19 23:50:28 +02:00
lightman.h Namespace and styling fix 2012-09-19 23:50:28 +02:00
lightning.cpp Namespace and styling fix 2012-09-19 23:50:28 +02:00
lightning.h Namespace and styling fix 2012-09-19 23:50:28 +02:00
modelfile.cpp Namespace and styling fix 2012-09-19 23:50:28 +02:00
modelfile.h Namespace and styling fix 2012-09-19 23:50:28 +02:00
particle.cpp Namespace and styling fix 2012-09-19 23:50:28 +02:00
particle.h Namespace and styling fix 2012-09-19 23:50:28 +02:00
planet.cpp Namespace and styling fix 2012-09-19 23:50:28 +02:00
planet.h Namespace and styling fix 2012-09-19 23:50:28 +02:00
pyro.cpp Namespace and styling fix 2012-09-19 23:50:28 +02:00
pyro.h Namespace and styling fix 2012-09-19 23:50:28 +02:00
terrain.cpp * Building should work now without 'ground not flat' message 2012-09-25 18:26:16 +02:00
terrain.h * Building should work now without 'ground not flat' message 2012-09-25 18:26:16 +02:00
text.cpp Data dir paths 2012-09-22 14:40:13 +02:00
text.h Data dir paths 2012-09-22 14:40:13 +02:00
water.cpp Namespace and styling fix 2012-09-19 23:50:28 +02:00
water.h Namespace and styling fix 2012-09-19 23:50:28 +02:00

README.txt

/**
 * \dir 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
 */