Zen 0.3.0
Loading...
Searching...
No Matches
Zen::ParticleProps Struct Reference

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}

Detailed Description

Definition at line 12 of file ZEN_ParticleSystem.h.

Member Data Documentation

◆ colourBegin

glm::vec4 Zen::ParticleProps::colourBegin {1.0f, 1.0f, 1.0f, 1.0f}

Definition at line 18 of file ZEN_ParticleSystem.h.

◆ colourEnd

glm::vec4 Zen::ParticleProps::colourEnd {1.0f, 1.0f, 1.0f, 0}

Definition at line 19 of file ZEN_ParticleSystem.h.

◆ lifeTime

float Zen::ParticleProps::lifeTime {1.0f}

Definition at line 15 of file ZEN_ParticleSystem.h.

◆ position

glm::vec2 Zen::ParticleProps::position {0}

Definition at line 13 of file ZEN_ParticleSystem.h.

◆ sizeBegin

float Zen::ParticleProps::sizeBegin {8.0f}

Definition at line 16 of file ZEN_ParticleSystem.h.

◆ sizeEnd

float Zen::ParticleProps::sizeEnd {0}

Definition at line 17 of file ZEN_ParticleSystem.h.

◆ velocity

glm::vec2 Zen::ParticleProps::velocity {0}

Definition at line 14 of file ZEN_ParticleSystem.h.


The documentation for this struct was generated from the following file: