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

◆ setSuperSample()

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

Definition at line 56 of file wave_simulation.h.

56 {
57 if (u32(factor) == mMultiplier) {
58 return;
59 }
60 init(mOuterLength, factor, mSim->getSpeed(), mSim->getDampenening());
61 }
fl::unique_ptr< WaveSimulation1D_Real > mSim
void init(u32 length, SuperSample factor, float speed, int dampening)

References init(), mMultiplier, mOuterLength, and mSim.

+ Here is the call graph for this function: