MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
anonymous_namespace{fireworks.cpp}::Particle Struct Reference

Public Attributes

glm::vec4 color {}
float initial_lifetime = 1.0f
float lifetime = 0.0f
glm::vec3 position {}
glm::vec3 velocity {}

Detailed Description

Definition at line 30 of file fireworks.cpp.

Member Data Documentation

◆ color

glm::vec4 anonymous_namespace{fireworks.cpp}::Particle::color {}

Definition at line 33 of file fireworks.cpp.

33{};

◆ initial_lifetime

float anonymous_namespace{fireworks.cpp}::Particle::initial_lifetime = 1.0f

Definition at line 35 of file fireworks.cpp.

◆ lifetime

float anonymous_namespace{fireworks.cpp}::Particle::lifetime = 0.0f

Definition at line 34 of file fireworks.cpp.

◆ position

glm::vec3 anonymous_namespace{fireworks.cpp}::Particle::position {}

Definition at line 31 of file fireworks.cpp.

31{};

◆ velocity

glm::vec3 anonymous_namespace{fireworks.cpp}::Particle::velocity {}

Definition at line 32 of file fireworks.cpp.

32{};

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