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

Clip raster tiles #5105

Merged
merged 11 commits into from
Sep 20, 2017
Merged

Clip raster tiles #5105

merged 11 commits into from
Sep 20, 2017

Commits on Sep 20, 2017

  1. Add TileCoord funx for computing tile masks

    fix doc lint
    Molly Lloyd committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    8ba6671 View commit details
    Browse the repository at this point in the history
  2. Add algorithm to generate tilemasks

    fix bugs in the masking algorithm
    
    perform masking on raster tile loads
    
    clean up
    Molly Lloyd committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    1c377ec View commit details
    Browse the repository at this point in the history
  3. Add raster clipping mask tests

    Molly Lloyd committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    f903ec6 View commit details
    Browse the repository at this point in the history
  4. Update raster masks on every frame and use buffers to display masked …

    …tiles
    Molly Lloyd committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    f664a84 View commit details
    Browse the repository at this point in the history
  5. go w the flow 🌊

    Molly Lloyd committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    b588a0e View commit details
    Browse the repository at this point in the history
  6. fix raster mask vertex buffer calc + add tests

    Molly Lloyd committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    1b89721 View commit details
    Browse the repository at this point in the history
  7. adapt to work with new VertexBuffer class

    Molly Lloyd committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    40b904a View commit details
    Browse the repository at this point in the history
  8. remove unnecessary depth testing

    clean up PR
    Molly Lloyd committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    ecd50f1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    49a088f View commit details
    Browse the repository at this point in the history
  10. clarify tests

    Molly Lloyd committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    173ed49 View commit details
    Browse the repository at this point in the history
  11. use object instead of array for tile masks

    Molly Lloyd committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    69a347b View commit details
    Browse the repository at this point in the history