Added VectorInterpolation function. Fixed time bug for particles.
This commit is contained in:
@@ -400,7 +400,7 @@ void dd::Systems::LevelSystem::BrickHit(EntityID entityHitter, EntityID entityBr
|
||||
p.parent = b;
|
||||
p.AlphaValues.push_back(1.f);
|
||||
p.AlphaValues.push_back(0.f);
|
||||
p.ScaleValues.push_back(glm::vec3(0.06f));
|
||||
p.ScaleValues.push_back(glm::vec3(0.08f));
|
||||
p.ScaleValues.push_back(glm::vec3(0.f));
|
||||
p.RadiusDistribution = 1;
|
||||
p.EmitterLifeTime = 2.f;
|
||||
|
||||
Reference in New Issue
Block a user