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

Globe - basic infrastructure, raster layer adaptation for globe #3783

Merged
merged 53 commits into from
Mar 15, 2024

Commits on Mar 1, 2024

  1. Port changes from main globe branch - basics

    Fix minor issues so that it compiles.
    kubapelc committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    18765bb View commit details
    Browse the repository at this point in the history
  2. Fix PI redefinitions

    kubapelc committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    864fc05 View commit details
    Browse the repository at this point in the history
  3. Fix stencil shader

    kubapelc committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9c443ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d318ae0 View commit details
    Browse the repository at this point in the history
  5. Add globe.html example from pheonor's repo

    Minor changes (remove terrain, set initial zoom 0, change title and description)
    kubapelc committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9efa2df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6062c88 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    d03d9f8 View commit details
    Browse the repository at this point in the history
  2. Comment clarification

    kubapelc committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6a4f6df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e7b42e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b18607e View commit details
    Browse the repository at this point in the history
  5. Add missing docs

    kubapelc committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9d2d8f1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    ba1798a View commit details
    Browse the repository at this point in the history
  2. Do not leak GL object in globe projection error measurement, add a de…

    …stroy method to projection
    kubapelc committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    925eff6 View commit details
    Browse the repository at this point in the history
  3. Fix chrome performance warning, refactor error measurement

    Warning fixed by changing ring buffer size to 1, making ring buffer pointless, so I removed it.
    kubapelc committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e20c02f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb30ec2 View commit details
    Browse the repository at this point in the history
  5. Fix capitalization

    kubapelc committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c3d6973 View commit details
    Browse the repository at this point in the history
  6. Fix typo

    kubapelc committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    6428456 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    abf9dfb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    3cc71ca View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    cf797bc View commit details
    Browse the repository at this point in the history
  2. Remove getProjectionName

    kubapelc committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    d4b861e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    532180d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    cdb98ec View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    e36c1e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3612661 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    667d654 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    01e84e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    7d6fdb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89b568c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c9ebb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    23533e8 View commit details
    Browse the repository at this point in the history
  5. Refactor globe-specific code outside projection classes, remove stenc…

    …il-specific granularity settings
    kubapelc committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d1d4960 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff58e89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f0f31f View commit details
    Browse the repository at this point in the history
  8. Refactor draw_raster.ts

    kubapelc committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d6136a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    31edcdd View commit details
    Browse the repository at this point in the history
  10. Simplify imports in globe.ts

    kubapelc committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    d2048b4 View commit details
    Browse the repository at this point in the history
  11. globe.ts refactor

    kubapelc committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    a0d8e50 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c798bc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Refactor ProjectionErrorMeasurement

    Change parseRGBA8float to a private static function, use isWebGL2 function instead of instanceof
    kubapelc committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3b392fe View commit details
    Browse the repository at this point in the history
  2. Refactor draw_raster.ts

    kubapelc committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    f12d996 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80b4dd3 View commit details
    Browse the repository at this point in the history
  4. Painter.clearStencil creates custom ProjectionData instead of calling…

    … getProjectionData(null, null)
    kubapelc committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    fbc654e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    01e55b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20cdfee View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7363ed1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    560dd34 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7494c02 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    79bacd0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5054de0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8915b67 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d98921d View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Configuration menu
    Copy the full SHA
    4526c16 View commit details
    Browse the repository at this point in the history