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

Avoid holes when frustum culling is disabled, even with unconditionally-refined tiles #597

Merged
merged 10 commits into from
Feb 27, 2023

Commits on Feb 22, 2023

  1. An unconditionally refined tile should never be rendered.

    And therefore is never renderable.
    kring committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    c8cdb36 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/globe-anchor' into unconditional…

    …ly-refined-is-not-renderable
    kring committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    1d29a89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0e2cf1 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Add a test.

    kring committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    854f0ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05b94f1 View commit details
    Browse the repository at this point in the history
  3. Add forbidHoles test, too.

    kring committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    a47444c View commit details
    Browse the repository at this point in the history
  4. Update CHANGES.md.

    kring committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    dd263ef View commit details
    Browse the repository at this point in the history
  5. Formatting.

    kring committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    430215f View commit details
    Browse the repository at this point in the history
  6. Fix clang/gcc errors.

    kring committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    e2404e0 View commit details
    Browse the repository at this point in the history
  7. Fix clang test failure.

    kring committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    d3e1eab View commit details
    Browse the repository at this point in the history