Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Nov 14:59
· 1 commit to main since this release

Minor Changes

  • feat: add line length range control

    • Add lineLength option to control particle trail length range
    • Change lineLength type from number to { min: number; max: number }
    • Set default lineLength range to { min: 20, max: 100 }
    • Set default lineWidth to 5.0
    • Update control panel UI to support lineLength range adjustment
    • Add different lineLength ranges for wind and ocean data