|
Confetti
0.1.0
A C++ particle system using Vulkan
|
Appearance characteristics shared by multiple particles. More...
#include <Confetti/Appearance.h>
Public Member Functions | |
| void | update (float) |
Public Attributes | |
| Vkx::Camera const * | camera |
| Rendering camera. | |
| std::shared_ptr< Vkx::Texture > | texture |
| The texture. More... | |
| glm::vec4 | colorRate |
| Color rate of change. | |
| float | radiusRate |
| Radius rate of change. | |
| float | angularVelocity |
| Angular velocity. | |
| float | size |
| Particle size (width or radius) | |
Appearance characteristics shared by multiple particles.
| std::shared_ptr<Vkx::Texture> Confetti::Appearance::texture |
The texture.
1.8.14