|
Zen 0.3.0
|
Public Attributes | |
| glm::vec2 | position {0} |
| glm::vec2 | velocity {0} |
| float | lifeTime {1.0f} |
| float | sizeBegin {8.0f} |
| float | sizeEnd {0} |
| glm::vec4 | colourBegin {1.0f, 1.0f, 1.0f, 1.0f} |
| glm::vec4 | colourEnd {1.0f, 1.0f, 1.0f, 0} |
Definition at line 12 of file ZEN_ParticleSystem.h.
| glm::vec4 Zen::ParticleProps::colourBegin {1.0f, 1.0f, 1.0f, 1.0f} |
Definition at line 18 of file ZEN_ParticleSystem.h.
| glm::vec4 Zen::ParticleProps::colourEnd {1.0f, 1.0f, 1.0f, 0} |
Definition at line 19 of file ZEN_ParticleSystem.h.
| float Zen::ParticleProps::lifeTime {1.0f} |
Definition at line 15 of file ZEN_ParticleSystem.h.
| glm::vec2 Zen::ParticleProps::position {0} |
Definition at line 13 of file ZEN_ParticleSystem.h.
| float Zen::ParticleProps::sizeBegin {8.0f} |
Definition at line 16 of file ZEN_ParticleSystem.h.
| float Zen::ParticleProps::sizeEnd {0} |
Definition at line 17 of file ZEN_ParticleSystem.h.
| glm::vec2 Zen::ParticleProps::velocity {0} |
Definition at line 14 of file ZEN_ParticleSystem.h.