Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hide labels based off distance from camera #187

Merged
merged 5 commits into from
Feb 23, 2024
Merged

Commits on Feb 23, 2024

  1. Hide labels based off distance from camera

    This hides labels when they're so far away from the camera you can't read them anyway
    
    labels have a big impact on performance when there's enough of them
    ghsteff committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    fcf60eb View commit details
    Browse the repository at this point in the history
  2. Update src/utils/visibility.ts

    amcdnl committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    56f7af5 View commit details
    Browse the repository at this point in the history
  3. Update src/utils/visibility.ts

    amcdnl committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    6191694 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b31e944 View commit details
    Browse the repository at this point in the history
  5. move centered out of store

    amcdnl committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e38a8ba View commit details
    Browse the repository at this point in the history