Struct pointCloudParameters¶
Defined in File pointcloud_particlesystem.hpp
Struct Documentation¶
-
struct
pointCloudParameters
¶ A struct that simplifies the parameter input of the particle system constructor.
Public Members
-
math::vec3
startingSize
¶
-
rendering::material_handle
particleMaterial
¶
-
rendering::model_handle
particleModel
¶
-
bool
looping
= false¶
-
float
maxLifeTime
= 0.0f¶
-
float
startingLifeTime
= 0.0f¶
-
uint
spawnRate
= 0¶
-
uint
particleCount
= 0¶
-
uint
maxParticles
= 0¶
-
math::vec3
startingVel
= math::vec3(0)¶
-
float
sizeOverLifeTime
= 0.0f¶
-
math::vec3