colobot/src/graphics/common
Piotr Dziwinski 8bb223e679 Templates for new implementation
- added template of classes/structs for new implementation
- changed #include paths
- updated README files
2012-06-22 16:31:55 +02:00
..
README.txt Templates for new implementation 2012-06-22 16:31:55 +02:00
camera.cpp Templates for new implementation 2012-06-22 16:31:55 +02:00
camera.h Templates for new implementation 2012-06-22 16:31:55 +02:00
cloud.cpp Templates for new implementation 2012-06-22 16:31:55 +02:00
cloud.h Templates for new implementation 2012-06-22 16:31:55 +02:00
color.cpp Templates for new implementation 2012-06-22 16:31:55 +02:00
color.h Templates for new implementation 2012-06-22 16:31:55 +02:00
engine.cpp Templates for new implementation 2012-06-22 16:31:55 +02:00
engine.h Templates for new implementation 2012-06-22 16:31:55 +02:00
light.cpp Templates for new implementation 2012-06-22 16:31:55 +02:00
light.h Templates for new implementation 2012-06-22 16:31:55 +02:00
lightning.cpp Templates for new implementation 2012-06-22 16:31:55 +02:00
lightning.h Templates for new implementation 2012-06-22 16:31:55 +02:00
material.h Templates for new implementation 2012-06-22 16:31:55 +02:00
model.cpp Templates for new implementation 2012-06-22 16:31:55 +02:00
model.h Templates for new implementation 2012-06-22 16:31:55 +02:00
particle.cpp Templates for new implementation 2012-06-22 16:31:55 +02:00
particle.h Templates for new implementation 2012-06-22 16:31:55 +02:00
planet.cpp Templates for new implementation 2012-06-22 16:31:55 +02:00
planet.h Templates for new implementation 2012-06-22 16:31:55 +02:00
pyro.cpp Templates for new implementation 2012-06-22 16:31:55 +02:00
pyro.h Templates for new implementation 2012-06-22 16:31:55 +02:00
terrain.cpp Templates for new implementation 2012-06-22 16:31:55 +02:00
terrain.h Templates for new implementation 2012-06-22 16:31:55 +02:00
text.cpp Templates for new implementation 2012-06-22 16:31:55 +02:00
text.h Templates for new implementation 2012-06-22 16:31:55 +02:00
vertex.h Templates for new implementation 2012-06-22 16:31:55 +02:00
water.cpp Templates for new implementation 2012-06-22 16:31:55 +02:00
water.h Templates for new implementation 2012-06-22 16:31:55 +02:00

README.txt

src/graphics/common

Universal structs and classes used in graphics engine

Concrete implementation in OpenGL is in graphics/opengl directory.