Skip to content

Commit

Permalink
removed TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
DedeHai committed Feb 17, 2024
1 parent 74ed705 commit 11a84c1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions wled00/FX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8141,10 +8141,6 @@ uint16_t mode_particlefireworks(void)
}

// update the rockets, set the speed state

// todo: man kann für das timing auch die rakete selbst benutzen: dazu einfach vy verwenden: ist es >0, steigt die rakete auf. ist ttl=0 wird vy = -1 gesetzt und ttl als standbyzeit gesetzt.
// ist vy<0 so wird emit funkion nicht aufgerufen.
// ist vy>0 so wird genau ein partikel emittiert. ist vy>0 und
for (i = 0; i < numRockets; i++)
{
if (rockets[i].source.ttl)
Expand Down Expand Up @@ -8924,8 +8920,6 @@ static const char _data_FX_MODE_PARTICLEBOX[] PROGMEM = "Particle Box@Speed,Part
perlin noise 'gravity' mapping as in particles on noise hills viewed from above
calculates slope gradient at the particle positions
restults in a fuzzy perlin noise disply

//TODO: add more parameters, like size and moving speed thorugh the noise
*/

uint16_t mode_particleperlin(void)
Expand Down

0 comments on commit 11a84c1

Please sign in to comment.