Refactored CParticle->Radius to CParticle->Scale. Reviewed by Tobias Dahl aka Tleety.

This commit is contained in:
Stiffly
2015-10-14 18:29:43 +02:00
parent cbb6e7a04f
commit 46f3a9f72e
5 changed files with 25 additions and 21 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ struct ParticleEmitter : public Component
float RadiusDistribution = 0;
//values to interpolate between.
std::vector<float> RadiusValues;
std::vector<glm::vec3> ScaleValues;
std::vector<float> AlphaValues;
//System variables