colobot/src/graphics/engine
Tomasz Kapuściński d25d6124a9 Changed Math::Vector into alias to glm::vec3 2021-12-28 23:01:30 +01:00
..
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00
camera.cpp Changed Math::Vector into alias to glm::vec3 2021-12-28 23:01:30 +01:00
camera.h Changed Math::Vector into alias to glm::vec3 2021-12-28 23:01:30 +01:00
cloud.cpp Changed Math::Vector into alias to glm::vec3 2021-12-28 23:01:30 +01:00
cloud.h Changed Math::Vector into alias to glm::vec3 2021-12-28 23:01:30 +01:00
engine.cpp Changed Math::Vector into alias to glm::vec3 2021-12-28 23:01:30 +01:00
engine.h Changed Math::Vector into alias to glm::vec3 2021-12-28 23:01:30 +01:00
lightman.cpp Changed Math::Vector into alias to glm::vec3 2021-12-28 23:01:30 +01:00
lightman.h Update license headers 2021-09-11 15:53:59 +02:00
lightning.cpp Refactored Math::Point in CLighting, CParticle, CParticleGenerator and CText 2021-12-24 02:36:54 +01:00
lightning.h Refactored Math::Point in CLighting, CParticle, CParticleGenerator and CText 2021-12-24 02:36:54 +01:00
oldmodelmanager.cpp Merge branch 'dev' into dev-graphics-overhaul 2021-12-01 17:27:54 +01:00
oldmodelmanager.h Update license headers 2021-09-11 15:53:59 +02:00
particle.cpp Changed Math::Vector into alias to glm::vec3 2021-12-28 23:01:30 +01:00
particle.h Refactored Math::Point in CLighting, CParticle, CParticleGenerator and CText 2021-12-24 02:36:54 +01:00
planet.cpp Refactored Math::Point in CPlanet, CTerrain, CWater and CLevelParserParam 2021-12-24 02:04:15 +01:00
planet.h Refactored Math::Point in CPlanet, CTerrain, CWater and CLevelParserParam 2021-12-24 02:04:15 +01:00
planet_type.h Update license headers 2021-09-11 15:53:59 +02:00
pyro.cpp Refactored Math::Point in CSettings, CParticle, CPyro, CInterface, CMainUserInterface and CScreen 2021-12-24 03:45:59 +01:00
pyro.h Update license headers 2021-09-11 15:53:59 +02:00
pyro_manager.cpp Update license headers 2021-09-11 15:53:59 +02:00
pyro_manager.h Update license headers 2021-09-11 15:53:59 +02:00
pyro_type.h Update license headers 2021-09-11 15:53:59 +02:00
terrain.cpp Changed Math::Vector into alias to glm::vec3 2021-12-28 23:01:30 +01:00
terrain.h Changed Math::Vector into alias to glm::vec3 2021-12-28 23:01:30 +01:00
text.cpp Refactored Math::Point in CLighting, CParticle, CParticleGenerator and CText 2021-12-24 02:36:54 +01:00
text.h Refactored Math::Point in CLighting, CParticle, CParticleGenerator and CText 2021-12-24 02:36:54 +01:00
water.cpp Changed Math::Vector into alias to glm::vec3 2021-12-28 23:01:30 +01:00
water.h Refactored Math::Point in CPlanet, CTerrain, CWater and CLevelParserParam 2021-12-24 02:04:15 +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
 */