MCPcopy Create free account
hub / github.com/WayfireWM/wayfire / ParticleSystem

Method ParticleSystem

plugins/animate/fire/particle.cpp:41–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41ParticleSystem::ParticleSystem(int particles)
42{
43 resize(particles);
44 last_update_msec = wf::get_current_time();
45 create_program();
46
47 particles_alive.store(0);
48}
49
50void ParticleSystem::set_initer(ParticleIniter init)
51{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected