Light on tank shells

This commit is contained in:
Tleety
2014-06-05 16:25:20 +02:00
parent 2f617727a4
commit e42c2c49ef
4 changed files with 11 additions and 0 deletions
+2
View File
@@ -11,6 +11,7 @@ namespace Events
{
CreateExplosion() :
Color(glm::vec4(0)),
usePointLight(false),
UseGoalVector(false) {}
glm::vec3 Position;
@@ -21,6 +22,7 @@ namespace Events
glm::quat RelativeUpOrientation;
float Speed;
float SpreadAngle;
float usePointLight;
std::vector<float> ParticleScale;
bool UseGoalVector;
glm::vec3 GoalVelocity;