basic particle system implementation

This commit is contained in:
tmj-fstate
2019-08-06 14:06:46 +02:00
parent 95aab4b629
commit fbd2ff85fa
17 changed files with 1045 additions and 10 deletions

View File

@@ -21,6 +21,7 @@ http://mozilla.org/MPL/2.0/.
#include "AnimModel.h"
#include "DynObj.h"
#include "lightarray.h"
#include "particles.h"
#include "scene.h"
#include "Train.h"
@@ -36,6 +37,7 @@ sound_table Sounds;
instance_table Instances;
vehicle_table Vehicles;
light_array Lights;
particle_manager Particles;
scene::basic_region *Region { nullptr };
TTrain *Train { nullptr };