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

Initial WebXR display support for Scene #11372

Open
wants to merge 587 commits into
base: main
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 4, 2024

  1. Remove destroyed PolylineCollection from Scene CesiumGS#7758

    Remove PolylineCollections from the Scene before they are destroyed. This causes CesiumGS#7758 and CesiumGS#9154.
    rropp5 authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ffa47e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b901c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05f1a0d View commit details
    Browse the repository at this point in the history
  4. Fix links in CHANGES.md

    rropp5 authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5c56445 View commit details
    Browse the repository at this point in the history
  5. Update CONTRIBUTORS.md

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    09aff00 View commit details
    Browse the repository at this point in the history
  6. Distinct PolylineCollections for each CustomDataSource

    CustomDataSources were using the same PolylineCollection to store their Polyline primitives. When a CustomDataSource was destroyed, it was also destroying the PolylineCollection. Since that object was shared and other CustomDataSources remained in the system, this would cause Cesium to stop rendering when the destroyed PolylineCollection was accessed.
    
    Solution: use distinct PolylineCollections per CustomDataSource by keying PolylineCollections with the PrimitiveCollection's guid in addition to the Scene id.
    rropp5 authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5a3b30f View commit details
    Browse the repository at this point in the history
  7. Update CHANGES.md

    rropp5 authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    fdc3d90 View commit details
    Browse the repository at this point in the history
  8. Revert "Remove destroyed PolylineCollection from Scene CesiumGS#7758"

    This reverts commit 2189e16.
    rropp5 authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b496cfc View commit details
    Browse the repository at this point in the history
  9. Revert "Do not destroy primitives that are already destroyed"

    This reverts commit f0b36e6.
    rropp5 authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    49f91bd View commit details
    Browse the repository at this point in the history
  10. Update CHANGES.md

    rropp5 authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    17a0cd4 View commit details
    Browse the repository at this point in the history
  11. run prettier

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a17e936 View commit details
    Browse the repository at this point in the history
  12. Removed unnecessary tileset JSON file

    javagl authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7447ba6 View commit details
    Browse the repository at this point in the history
  13. Add newline at end of file

    javagl authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    afea2ed View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    81ef6fa View commit details
    Browse the repository at this point in the history
  15. log changes

    jaredwebber authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    bb887a4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9187efb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    96fd3c7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2d5ae05 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b9e3c65 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    aa350ac View commit details
    Browse the repository at this point in the history
  21. Fix typos in uniform names

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9bb2cda View commit details
    Browse the repository at this point in the history
  22. Temporary debugging code

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1adb0cc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    54b81a8 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    540b08a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ac27507 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d3b2e5b View commit details
    Browse the repository at this point in the history
  27. Add unit test for Atmosphere

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    444ebe4 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c11b32f View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f30a475 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    bc86dd0 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    86475de View commit details
    Browse the repository at this point in the history
  32. Remove temporary debugging code

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    50415bf View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    c591dd9 View commit details
    Browse the repository at this point in the history
  34. darken dynamic lighting

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9cf8231 View commit details
    Browse the repository at this point in the history
  35. Remove dead function

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    893d34a View commit details
    Browse the repository at this point in the history
  36. Remove debugging code

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    648391d View commit details
    Browse the repository at this point in the history
  37. Fix typo

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5cac5b9 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    008e7e8 View commit details
    Browse the repository at this point in the history
  39. Remove debugging code

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    167b74e View commit details
    Browse the repository at this point in the history
  40. Remove unneeded file

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a7bcfe3 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    d55aa7a View commit details
    Browse the repository at this point in the history
  42. remove debugging code

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    27505da View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    9eeb6ad View commit details
    Browse the repository at this point in the history
  44. Apply HSB shift

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    63ace31 View commit details
    Browse the repository at this point in the history
  45. Fix model matrix spec

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d93a7f8 View commit details
    Browse the repository at this point in the history
  46. Async-ify model matrix update stage

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    af33b88 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    7cd4a63 View commit details
    Browse the repository at this point in the history
  48. fix auto imports

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2fbde7b View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    91171ff View commit details
    Browse the repository at this point in the history
  50. Add specs for FogPipelineStage

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    cfa18b0 View commit details
    Browse the repository at this point in the history
  51. async-ify model scene graph tests

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1272f25 View commit details
    Browse the repository at this point in the history
  52. Update documentation

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a4cb11b View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    a9f3c28 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    cf4c20e View commit details
    Browse the repository at this point in the history
  55. add render tests for model fog

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b061715 View commit details
    Browse the repository at this point in the history
  56. Fix atmosphere pipeline specs

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    886f2ce View commit details
    Browse the repository at this point in the history
  57. Update changelog

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7b23aed View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    85e61fe View commit details
    Browse the repository at this point in the history
  59. Add missing JSDoc tags

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e203af3 View commit details
    Browse the repository at this point in the history
  60. Mark specs as requiring WebGL

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    bc11b7f View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    f1ec1b9 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    e2889c4 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    bac694d View commit details
    Browse the repository at this point in the history
  64. address PR feedback

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d95b7c4 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    889d01b View commit details
    Browse the repository at this point in the history
  66. use czm_tanh()

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9bb660c View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    b18c283 View commit details
    Browse the repository at this point in the history
  68. Fix automatic uniform specs

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    075cefb View commit details
    Browse the repository at this point in the history
  69. Fix sky atmosphere

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2c3cdfd View commit details
    Browse the repository at this point in the history
  70. Update unit tests

    ptrgags authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9b70d59 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    a4efdf0 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    71e6cf4 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    7df647f View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    a6d20e4 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    0021d4f View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    09b25a3 View commit details
    Browse the repository at this point in the history
  77. remove externals from build scripts

    jjspace authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ac10912 View commit details
    Browse the repository at this point in the history
  78. pr comments

    jjspace authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    62b3184 View commit details
    Browse the repository at this point in the history
  79. add changes doc

    jjspace authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8132601 View commit details
    Browse the repository at this point in the history
  80. Update CHANGES.md

    javagl authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d8b4483 View commit details
    Browse the repository at this point in the history
  81. [FIX] Added undefined as union type fo contrainedAxis

    harshlakhara authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7e17f52 View commit details
    Browse the repository at this point in the history
  82. Update CHANGES.md

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2c3fe33 View commit details
    Browse the repository at this point in the history
  83. Remove obsolete workarounds in SceneSpec

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1c25e3e View commit details
    Browse the repository at this point in the history
  84. fix: fixes geometry displacement on iOS CesiumGS#7100

    Pavlo Skakun authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    605162f View commit details
    Browse the repository at this point in the history
  85. Update CONTRIBUTORS.md

    p-skakun authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9780329 View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    b1b929e View commit details
    Browse the repository at this point in the history
  87. use code instead of keyCode

    jjspace authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    496e4e5 View commit details
    Browse the repository at this point in the history
  88. Fix demodernizeShader to preserve parameter qualifiers

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1931d05 View commit details
    Browse the repository at this point in the history
  89. Update CHANGES.md

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    01ea7da View commit details
    Browse the repository at this point in the history
  90. Fix CesiumGS#11787

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c0c67ad View commit details
    Browse the repository at this point in the history
  91. Remove dead code

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    cfa08bb View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    807c638 View commit details
    Browse the repository at this point in the history
  93. add test

    jjspace authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1a7089d View commit details
    Browse the repository at this point in the history
  94. update changes.md

    jjspace authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5c6a407 View commit details
    Browse the repository at this point in the history
  95. comment changes

    jjspace authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8672729 View commit details
    Browse the repository at this point in the history
  96. remove water mask option

    jjspace authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b064ba3 View commit details
    Browse the repository at this point in the history
  97. update the right function

    jjspace authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    818ac37 View commit details
    Browse the repository at this point in the history
  98. Remove PolygonGeometry.computeRectangle

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7077505 View commit details
    Browse the repository at this point in the history
  99. Update npm dependencies

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ac34fc1 View commit details
    Browse the repository at this point in the history
  100. Update zip.js dependency

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    87c3469 View commit details
    Browse the repository at this point in the history
  101. Fix markdown linting issues

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3790c96 View commit details
    Browse the repository at this point in the history
  102. Add height references for 3D tiles

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c229896 View commit details
    Browse the repository at this point in the history
  103. Tweak API, fix unit tests

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a928512 View commit details
    Browse the repository at this point in the history
  104. Update Sandcastle

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c0cb9ab View commit details
    Browse the repository at this point in the history
  105. Update model specs

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    cd2397a View commit details
    Browse the repository at this point in the history
  106. Error -> DevloperError

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    61a5ec4 View commit details
    Browse the repository at this point in the history
  107. Fix performance issue

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    eb6ba9e View commit details
    Browse the repository at this point in the history
  108. PR feedback

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2f7feb2 View commit details
    Browse the repository at this point in the history
  109. Update packages/engine/Source/Scene/Cesium3DTileset.js

    Co-authored-by: Josh <[email protected]>
    2 people authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    12a6f4f View commit details
    Browse the repository at this point in the history
  110. Update packages/engine/Source/Scene/Scene.js

    Co-authored-by: Josh <[email protected]>
    2 people authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2da3bf9 View commit details
    Browse the repository at this point in the history
  111. Fix comments

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4b9cd60 View commit details
    Browse the repository at this point in the history
  112. Cleanup

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4eba876 View commit details
    Browse the repository at this point in the history
  113. Update packages/engine/Source/Scene/Cesium3DTileset.js

    Co-authored-by: Peter Gagliardi <[email protected]>
    2 people authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    fd57795 View commit details
    Browse the repository at this point in the history
  114. Fix spec

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    bd9233e View commit details
    Browse the repository at this point in the history
  115. Update approximateTerrainHeight.json

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a7dd242 View commit details
    Browse the repository at this point in the history
  116. update spec and changes.md

    jjspace authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9f58edb View commit details
    Browse the repository at this point in the history
  117. Fix failing specs

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c03e30a View commit details
    Browse the repository at this point in the history
  118. Updates for 1.114 release

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a9d88b4 View commit details
    Browse the repository at this point in the history
  119. Update ThirdParty.json

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7976b52 View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    eb0d03c View commit details
    Browse the repository at this point in the history
  121. Configuration menu
    Copy the full SHA
    b027cf2 View commit details
    Browse the repository at this point in the history
  122. update description

    Co-authored-by: Gabby Getz <[email protected]>
    2 people authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    20f9fe8 View commit details
    Browse the repository at this point in the history
  123. Add link to release guide

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8f7ac31 View commit details
    Browse the repository at this point in the history
  124. Update CONTRIBUTORS.md

    siddheshranade authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1686236 View commit details
    Browse the repository at this point in the history
  125. Handle lost context in SceneSpec

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e6809ce View commit details
    Browse the repository at this point in the history
  126. Handle bad Cartesian data sooner

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    586aaa3 View commit details
    Browse the repository at this point in the history
  127. Fix webgl stub for isContextLost check

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    14003d2 View commit details
    Browse the repository at this point in the history
  128. Use new scene for each test in SceneSpec

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b824afb View commit details
    Browse the repository at this point in the history
  129. Fix Camera.flyHome in 2D on Firefox

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f5f29b1 View commit details
    Browse the repository at this point in the history
  130. Eliminate duplicate createScene calls

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b240b3e View commit details
    Browse the repository at this point in the history
  131. Use async/await in SceneSpec

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    778f64b View commit details
    Browse the repository at this point in the history
  132. Configuration menu
    Copy the full SHA
    1c65703 View commit details
    Browse the repository at this point in the history
  133. Update gltf-pipeline files

    javagl authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a7c387b View commit details
    Browse the repository at this point in the history
  134. Update CHANGES.md

    javagl authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    51a15a7 View commit details
    Browse the repository at this point in the history
  135. Configuration menu
    Copy the full SHA
    aa6116b View commit details
    Browse the repository at this point in the history
  136. Default parameter

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a680ff6 View commit details
    Browse the repository at this point in the history
  137. Update power plant tileset asset ID

    lilleyse authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d2bd693 View commit details
    Browse the repository at this point in the history
  138. Simplify and document VoxelTraversal helper functions

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ce40b31 View commit details
    Browse the repository at this point in the history
  139. Minor cleanup in picking code

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    769954a View commit details
    Browse the repository at this point in the history
  140. Find traversal tiles by megatextureId

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    044a58f View commit details
    Browse the repository at this point in the history
  141. Keep voxel metadata in memory for picking

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8f8f5a7 View commit details
    Browse the repository at this point in the history
  142. Fix VoxelTraversal specs

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    371e857 View commit details
    Browse the repository at this point in the history
  143. Add VoxelPicking and VoxelPickFramebuffer

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    86b4874 View commit details
    Browse the repository at this point in the history
  144. WIP: begin implementing voxel picking pass

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    36be100 View commit details
    Browse the repository at this point in the history
  145. Return tile and sample index from Scene.pickVoxel

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6725806 View commit details
    Browse the repository at this point in the history
  146. Remove VoxelPickFramebuffer and VoxelPicking

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0bb2e42 View commit details
    Browse the repository at this point in the history
  147. Fix voxel indices calculation

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f0233c5 View commit details
    Browse the repository at this point in the history
  148. PR feedback

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f5c635f View commit details
    Browse the repository at this point in the history
  149. Add spec for VoxelTraversal.findKeyframeNode

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1ec7b76 View commit details
    Browse the repository at this point in the history
  150. Fix VoxelTraversalSpec

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a54de12 View commit details
    Browse the repository at this point in the history
  151. Move voxel coordinate picking to private method

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c27f01c View commit details
    Browse the repository at this point in the history
  152. Clarify picking-related comments

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a97d733 View commit details
    Browse the repository at this point in the history
  153. Update async syntax in PickingSpec

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4f96bc7 View commit details
    Browse the repository at this point in the history
  154. Add spec for Scene._pickVoxelCoordinate

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2220646 View commit details
    Browse the repository at this point in the history
  155. Add VoxelCell class and Scene.pickVoxel method

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    eeae8a7 View commit details
    Browse the repository at this point in the history
  156. Add specs for voxel picking, refactor private methods

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    88a636c View commit details
    Browse the repository at this point in the history
  157. PR feedback round 2

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8eb9c03 View commit details
    Browse the repository at this point in the history
  158. PR feedback round 1

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1f200cd View commit details
    Browse the repository at this point in the history
  159. Add default matcher for pickVoxel specs

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b393ade View commit details
    Browse the repository at this point in the history
  160. Add voxel tile and sample indices to FragmentInput struct

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a5e0bba View commit details
    Browse the repository at this point in the history
  161. Expose tile bounding box from VoxelCell

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b650728 View commit details
    Browse the repository at this point in the history
  162. Expose sample bounding box from VoxelCell

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    bd797b0 View commit details
    Browse the repository at this point in the history
  163. Add VoxelCell.fromKeyframeNode factory function

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    caedb96 View commit details
    Browse the repository at this point in the history
  164. Update processVoxelPropertiesSpec

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    04d1ef1 View commit details
    Browse the repository at this point in the history
  165. Configuration menu
    Copy the full SHA
    7806d26 View commit details
    Browse the repository at this point in the history
  166. Add VoxelCellSpec

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    379fe67 View commit details
    Browse the repository at this point in the history
  167. Return early from pickVoxel if tile has been discarded

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    bdad4bb View commit details
    Browse the repository at this point in the history
  168. PR feedback round 3

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c63e52e View commit details
    Browse the repository at this point in the history
  169. Update CHANGES.md

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    316c536 View commit details
    Browse the repository at this point in the history
  170. PR feedback round 4

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    43ecd86 View commit details
    Browse the repository at this point in the history
  171. Configuration menu
    Copy the full SHA
    cf9d0ac View commit details
    Browse the repository at this point in the history
  172. Updated contributors

    huffmantayler authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4f2062c View commit details
    Browse the repository at this point in the history
  173. Configuration menu
    Copy the full SHA
    093833c View commit details
    Browse the repository at this point in the history
  174. Updated changes.md

    huffmantayler authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4ecc59d View commit details
    Browse the repository at this point in the history
  175. Update CHANGES.md

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8f27163 View commit details
    Browse the repository at this point in the history
  176. Pull out voxel longitude calculations

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    eeb8b3f View commit details
    Browse the repository at this point in the history
  177. Consolidate longitude ranges in voxel intersections

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b1594b9 View commit details
    Browse the repository at this point in the history
  178. Consolidate voxel longitude and latitude ranges

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9f77b97 View commit details
    Browse the repository at this point in the history
  179. Assume minimum height in VoxelEllipsoidShape

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9a2958b View commit details
    Browse the repository at this point in the history
  180. Simplify handling of thin cylindrical voxels

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f9b120e View commit details
    Browse the repository at this point in the history
  181. Simplify height bounds in VoxelEllipsoidShape

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    69dc19a View commit details
    Browse the repository at this point in the history
  182. Clarify logic in voxel longitude intersections

    Jeshurun Hembd authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    864ed35 View commit details
    Browse the repository at this point in the history
  183. Configuration menu
    Copy the full SHA
    6d792a7 View commit details
    Browse the repository at this point in the history
  184. Removed a line of dead code.

    weegeekps authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    681fc02 View commit details
    Browse the repository at this point in the history
  185. Code review changes.

    weegeekps authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9c1163d View commit details
    Browse the repository at this point in the history
  186. Adjust specs, update CHANGES.md

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f8315bc View commit details
    Browse the repository at this point in the history
  187. Configuration menu
    Copy the full SHA
    495c07c View commit details
    Browse the repository at this point in the history
  188. updating Camera.changed to account for changes in roll

    Victor Malaret authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8df9e86 View commit details
    Browse the repository at this point in the history
  189. Update CHANGES.md

    Victor Malaret authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9451e6d View commit details
    Browse the repository at this point in the history
  190. remove early return

    Victor Malaret authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f1d4810 View commit details
    Browse the repository at this point in the history
  191. explicitly intialize _changedRoll in camera constructor

    Victor Malaret authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    760df43 View commit details
    Browse the repository at this point in the history
  192. add extensibility to various classes

    jjspace authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    b66bf2e View commit details
    Browse the repository at this point in the history
  193. add new specs

    jjspace authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e1a6f05 View commit details
    Browse the repository at this point in the history
  194. extract GeometryUpdaterSet

    jjspace authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1e0acfd View commit details
    Browse the repository at this point in the history
  195. pr comments

    jjspace authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8444f34 View commit details
    Browse the repository at this point in the history
  196. Configuration menu
    Copy the full SHA
    b29312b View commit details
    Browse the repository at this point in the history
  197. Configuration menu
    Copy the full SHA
    1fa5dcd View commit details
    Browse the repository at this point in the history
  198. - Added support for conversion from sRGB color space profile to linea…

    …r color space profile
    
    Purpose: Helper function to fix color saturation
    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4b4e022 View commit details
    Browse the repository at this point in the history
  199. Added Support for BSL structure, BSL statistics, generic feature attr…

    …ibute driven filter.
    
    Added new initialization option: enableFeatureFiltering, adjustMaterialAlphaMode, applySymbology and calculateNormals
    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    44c05dc View commit details
    Browse the repository at this point in the history
  200. Configuration menu
    Copy the full SHA
    4c2b985 View commit details
    Browse the repository at this point in the history
  201. I3S BSL app icon

    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    8211ada View commit details
    Browse the repository at this point in the history
  202. Added support for conversion from sRGB color space profile to linear …

    …color space profile
    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    101119a View commit details
    Browse the repository at this point in the history
  203. added additional payload options

    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9538df9 View commit details
    Browse the repository at this point in the history
  204. - Added support for binary attribute data with values stored in objec…

    …tIds property
    
    - Added validation for actual and expected binary buffer size
    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5c76794 View commit details
    Browse the repository at this point in the history
  205. - Added support for 3D objects transparency

    - Fixed material color saturation by converting sRGB colors in I3S data to linear color space profile
    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e0a2bc0 View commit details
    Browse the repository at this point in the history
  206. - Added support for BSL hierarchy of layers

    - Added support for the generic feature attribute driven filter
    - Added support for I3S symbology
    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e937540 View commit details
    Browse the repository at this point in the history
  207. - Added support for the generic feature attribute driven filter

    - Added support for I3S symbology
    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0876629 View commit details
    Browse the repository at this point in the history
  208. Configuration menu
    Copy the full SHA
    3c4dcaa View commit details
    Browse the repository at this point in the history
  209. Configuration menu
    Copy the full SHA
    3b7752f View commit details
    Browse the repository at this point in the history
  210. Added support for EXT_mesh_features and EXT_structural_metadata glTF …

    …extensions with the feature index data
    
    Added support for 3D objects transparency
    Added support  for CESIUM_primitive_outline glTF extensions with the generated outlines indices
    Added support for flat normals calculation if vertex normals are stripped out from I3S geometry
    Fixed vertex color saturation by converting sRGB colors in I3S geometry to linear color space profile
    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    780d083 View commit details
    Browse the repository at this point in the history
  211. Added bsl layer tests

    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    cdb7cc2 View commit details
    Browse the repository at this point in the history
  212. Added I3S BSL ViewModel tests

    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    20d0277 View commit details
    Browse the repository at this point in the history
  213. Added I3S BSL explorer

    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    5de043e View commit details
    Browse the repository at this point in the history
  214. Added I3S Explorer tests

    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    50bdfef View commit details
    Browse the repository at this point in the history
  215. Added I3S BSL Explorer layer widget

    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3b2fc07 View commit details
    Browse the repository at this point in the history
  216. updates based on review feedback

    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f593469 View commit details
    Browse the repository at this point in the history
  217. removed non necessary options

    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    bd169c1 View commit details
    Browse the repository at this point in the history
  218. check before updating visibility

    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1828996 View commit details
    Browse the repository at this point in the history
  219. additional specs changes

    Tamrat-B authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ca39cf4 View commit details
    Browse the repository at this point in the history
  220. Setup workflow

    siddheshranade authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    f774a88 View commit details
    Browse the repository at this point in the history
  221. Configuration menu
    Copy the full SHA
    a28a04b View commit details
    Browse the repository at this point in the history
  222. Configuration menu
    Copy the full SHA
    4b69bea View commit details
    Browse the repository at this point in the history
  223. Add missing dependencies

    siddheshranade authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0536a30 View commit details
    Browse the repository at this point in the history
  224. Add TODOs for later changes

    siddheshranade authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    012eca7 View commit details
    Browse the repository at this point in the history
  225. Add fake API keys

    siddheshranade authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    98c711d View commit details
    Browse the repository at this point in the history
  226. Refactor

    siddheshranade authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4cd7040 View commit details
    Browse the repository at this point in the history
  227. Retrive all keys from secrets

    siddheshranade authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    ee0e1f4 View commit details
    Browse the repository at this point in the history
  228. test commit - reset

    siddheshranade authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6cc0d41 View commit details
    Browse the repository at this point in the history
  229. Restore dev.yml

    siddheshranade authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    045b160 View commit details
    Browse the repository at this point in the history
  230. Configuration menu
    Copy the full SHA
    d4b8007 View commit details
    Browse the repository at this point in the history
  231. Modify trigger

    siddheshranade authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    cdde23a View commit details
    Browse the repository at this point in the history
  232. Reset trigger

    siddheshranade authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    e9b0afc View commit details
    Browse the repository at this point in the history
  233. Configuration menu
    Copy the full SHA
    9b8823d View commit details
    Browse the repository at this point in the history
  234. Configuration menu
    Copy the full SHA
    ecf8c48 View commit details
    Browse the repository at this point in the history
  235. Configuration menu
    Copy the full SHA
    8849d42 View commit details
    Browse the repository at this point in the history
  236. Configuration menu
    Copy the full SHA
    6486058 View commit details
    Browse the repository at this point in the history
  237. Configuration menu
    Copy the full SHA
    7a530ff View commit details
    Browse the repository at this point in the history
  238. Configuration menu
    Copy the full SHA
    ab4ae09 View commit details
    Browse the repository at this point in the history
  239. Configuration menu
    Copy the full SHA
    973273a View commit details
    Browse the repository at this point in the history
  240. Configuration menu
    Copy the full SHA
    453f46d View commit details
    Browse the repository at this point in the history
  241. Rename BSL -> BuildingSceneLayer

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    727152e View commit details
    Browse the repository at this point in the history
  242. Add PR links to CHANGES.md

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    c7ebaa5 View commit details
    Browse the repository at this point in the history
  243. Fix camera collision on tileset load

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    1cff990 View commit details
    Browse the repository at this point in the history
  244. Adjust camera height on tile load

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    120dbc8 View commit details
    Browse the repository at this point in the history
  245. Tweak

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    eba060d View commit details
    Browse the repository at this point in the history
  246. PR feedback

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    17ef6ba View commit details
    Browse the repository at this point in the history
  247. Update outdated npm dependencies

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    3933995 View commit details
    Browse the repository at this point in the history
  248. Updates for the 1.115 release

    ggetz authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    88ef1e5 View commit details
    Browse the repository at this point in the history
  249. fix typo in createGeometry

    jjspace authored and pupitetris committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    402fa1f View commit details
    Browse the repository at this point in the history
  250. Configuration menu
    Copy the full SHA
    82ec4d3 View commit details
    Browse the repository at this point in the history