Commit abf3106
Cell: wider cursor reach + momentum-driven alpha boost
- K_DECAY 0.85 → 2.5 cell-widths: pendulum torque from the cursor now
carries usefully across ~3 cells instead of dying within 1.
- Each cell's |thetaDot| feeds an additive alpha boost on top of the
time-faded base — peak MOMENTUM_BOOST = 0.5 at saturation
(MOMENTUM_REF = 3 rad/s), squared so quiet cells barely respond and
cursor-spiked cells light up sharply. Boost is added (capped at 1)
rather than multiplied, so fully decayed cells still light up under
the cursor instead of staying invisible.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent e375295 commit abf3106
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
105 | 111 | | |
106 | 112 | | |
107 | 113 | | |
| |||
356 | 362 | | |
357 | 363 | | |
358 | 364 | | |
359 | | - | |
| 365 | + | |
360 | 366 | | |
361 | 367 | | |
362 | 368 | | |
| |||
481 | 487 | | |
482 | 488 | | |
483 | 489 | | |
484 | | - | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
485 | 496 | | |
486 | 497 | | |
487 | 498 | | |
| |||
0 commit comments