Refactored CParticle->Radius to CParticle->Scale. Reviewed by Tobias Dahl aka Tleety.
This commit is contained in:
@@ -26,7 +26,7 @@ struct CreateParticleSequence : public Event
|
||||
glm::vec4 Color = glm::vec4(0);
|
||||
EntityID parent = 0;
|
||||
// values to interpolate between.
|
||||
std::vector<float> RadiusValues;
|
||||
std::vector<glm::vec3> ScaleValues;
|
||||
std::vector<float> AlphaValues;
|
||||
|
||||
//Particle
|
||||
|
||||
Reference in New Issue
Block a user