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

Improve clipping performance #887

Merged
merged 7 commits into from
Oct 9, 2024
Merged

Improve clipping performance #887

merged 7 commits into from
Oct 9, 2024

Commits on Oct 2, 2024

  1. only apply on position, rotation, scale, changes

    doesn't work yet -- tiles added later are not clipped
    kfarr committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    daabe7e View commit details
    Browse the repository at this point in the history
  2. apply planes when post process event fire

    still can improve -- next let's make use of mesh instead of traversing through entirety
    kfarr committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    9fcfc9c View commit details
    Browse the repository at this point in the history
  3. apply clipping planes only to newly fetched tiles

    instead of traversing over all of them
    kfarr committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    de9a145 View commit details
    Browse the repository at this point in the history
  4. simplify clipping logic

    kfarr committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    dcbd15e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ac5435 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    230f34e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ecefb46 View commit details
    Browse the repository at this point in the history