MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / ParticleGroup

Method ParticleGroup

src/Nazara/Graphics/ParticleGroup.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 */
26
27 ParticleGroup::ParticleGroup(unsigned int maxParticleCount, ParticleLayout layout) :
28 ParticleGroup(maxParticleCount, ParticleDeclaration::Get(layout))
29 {
30 }
31
32 /*!
33 * \brief Constructs a ParticleSystem object with a maximal number of particles and a particle declaration

Callers

nothing calls this directly

Calls 1

GetStrideMethod · 0.45

Tested by

no test coverage detected