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

◆ update()

void fl::WaveSimulation1D::update ( )

Definition at line 341 of file wave_simulation.cpp.

341 {
342 mSim->update();
343 for (uint8_t i = 0; i < mExtraFrames; ++i) {
344 mSim->update();
345 }
346}
fl::scoped_ptr< WaveSimulation1D_Real > mSim

References mExtraFrames, and mSim.