Commit 08916d0
Cell: smoothstep rise on flare ignition
Each path-cell's lit envelope now has an attack phase: alpha ramps
from 0 to peak across PATH_RISE_MS = 400 ms via smoothstep
(t² · (3 − 2t)) before the fade phase begins. The pendulum-kick that
lit alpha drives is smoothed along with it, so the orbital point
spins up gradually rather than getting whacked at ignition — same
"inertia" curve the pendulum integrator already exhibits when its
omega target shifts.
Each path's endTime extends by PATH_RISE_MS so the last cell on the
slowest spread layer can complete both attack and release before the
flare is reaped.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5172c66 commit 08916d0
1 file changed
Lines changed: 19 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
418 | 419 | | |
419 | 420 | | |
420 | 421 | | |
| 422 | + | |
421 | 423 | | |
422 | 424 | | |
423 | 425 | | |
| |||
502 | 504 | | |
503 | 505 | | |
504 | 506 | | |
505 | | - | |
506 | | - | |
507 | | - | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
508 | 512 | | |
509 | 513 | | |
510 | 514 | | |
| 515 | + | |
511 | 516 | | |
512 | 517 | | |
513 | 518 | | |
514 | 519 | | |
515 | | - | |
516 | | - | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
517 | 530 | | |
518 | 531 | | |
519 | 532 | | |
| |||
0 commit comments