FastLED 3.9.15
Loading...
Searching...
No Matches

◆ setSuperSample()

void fl::WaveSimulation1D::setSuperSample ( SuperSample factor)
inline

Definition at line 57 of file wave_simulation.h.

57 {
58 if (uint32_t(factor) == multiplier) {
59 return;
60 }
61 init(outerLength, factor, sim->getSpeed(), sim->getDampenening());
62 }
void init(uint32_t length, SuperSample factor, float speed, int dampening)
fl::scoped_ptr< WaveSimulation1D_Real > sim

References init(), multiplier, outerLength, and sim.

+ Here is the call graph for this function: