2012-08-11 16:39:16 +00:00
|
|
|
/**
|
2012-09-27 18:43:20 +00:00
|
|
|
* \dir src/graphics/engine
|
2012-08-11 16:39:16 +00:00
|
|
|
* \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
|
2012-09-27 18:43:20 +00:00
|
|
|
*/
|
2013-05-26 15:47:54 +00:00
|
|
|
|