Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Oct 04:53
· 24 commits to main since this release

Minor Changes

  • feat: add domain and displayRange options for wind layer
    Changes:

    1. domain controls the rendering range for color mapping
    2. displayRange controls particle visibility
    3. Both options fallback to data's min/max when undefined
    4. Early visibility check in fragment shader for better performance