add 'angle_spread' property

This commit is contained in:
MihailRis
2024-12-23 16:04:48 +03:00
parent 90b1f63406
commit c6de7f62fe
5 changed files with 28 additions and 4 deletions
+2
View File
@@ -44,6 +44,8 @@ struct ParticlesPreset : public Serializable {
glm::vec3 size {0.1f};
/// @brief Particles size spread
float sizeSpread = 0.2f;
/// @brief Random initial angle spread
float angleSpread = 0.0f;
/// @brief Spawn spread shape
ParticleSpawnShape spawnShape = BALL;
/// @brief Spawn spread