MCPcopy Create free account
hub / github.com/Prograda/Skybolt / ParticleEmitter

Method ParticleEmitter

src/Skybolt/SkyboltSim/Particles/ParticleSystem.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17namespace sim {
18
19ParticleEmitter::ParticleEmitter(const Params& params) : mParams(params)
20{
21 mOrientation = getOrientationFromDirection(mParams.upDirection);
22}
23
24void ParticleEmitter::update(float dt, std::vector<Particle>& particles)
25{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected