mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-14 18:40:23 +02:00
Spacing
This commit is contained in:
parent
180ffcc456
commit
c8ab95bb53
1 changed files with 3 additions and 3 deletions
|
@ -229,9 +229,9 @@ protected:
|
|||
struct Particle {
|
||||
float seed { 0.0f };
|
||||
float lifetime { 0.0f };
|
||||
glm::vec3 position { Vectors::ZERO};
|
||||
glm::vec3 velocity { Vectors::ZERO};
|
||||
glm::vec3 acceleration { Vectors::ZERO};
|
||||
glm::vec3 position { Vectors::ZERO };
|
||||
glm::vec3 velocity { Vectors::ZERO };
|
||||
glm::vec3 acceleration { Vectors::ZERO };
|
||||
};
|
||||
|
||||
// Particles container
|
||||
|
|
Loading…
Reference in a new issue