-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
base: main
Are you sure you want to change the base?
Commits on Mar 4, 2024
-
Remove destroyed PolylineCollection from Scene CesiumGS#7758
Remove PolylineCollections from the Scene before they are destroyed. This causes CesiumGS#7758 and CesiumGS#9154.
Configuration menu - View commit details
-
Copy full SHA for ffa47e3 - Browse repository at this point
Copy the full SHA ffa47e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b901c5 - Browse repository at this point
Copy the full SHA 4b901c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05f1a0d - Browse repository at this point
Copy the full SHA 05f1a0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c56445 - Browse repository at this point
Copy the full SHA 5c56445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09aff00 - Browse repository at this point
Copy the full SHA 09aff00View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5a3b30f - Browse repository at this point
Copy the full SHA 5a3b30fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdc3d90 - Browse repository at this point
Copy the full SHA fdc3d90View commit details -
Revert "Remove destroyed PolylineCollection from Scene CesiumGS#7758"
This reverts commit 2189e16.
Configuration menu - View commit details
-
Copy full SHA for b496cfc - Browse repository at this point
Copy the full SHA b496cfcView commit details -
Revert "Do not destroy primitives that are already destroyed"
This reverts commit f0b36e6.
Configuration menu - View commit details
-
Copy full SHA for 49f91bd - Browse repository at this point
Copy the full SHA 49f91bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a0cd4 - Browse repository at this point
Copy the full SHA 17a0cd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a17e936 - Browse repository at this point
Copy the full SHA a17e936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7447ba6 - Browse repository at this point
Copy the full SHA 7447ba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for afea2ed - Browse repository at this point
Copy the full SHA afea2edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81ef6fa - Browse repository at this point
Copy the full SHA 81ef6faView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb887a4 - Browse repository at this point
Copy the full SHA bb887a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9187efb - Browse repository at this point
Copy the full SHA 9187efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96fd3c7 - Browse repository at this point
Copy the full SHA 96fd3c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d5ae05 - Browse repository at this point
Copy the full SHA 2d5ae05View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9e3c65 - Browse repository at this point
Copy the full SHA b9e3c65View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa350ac - Browse repository at this point
Copy the full SHA aa350acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb2cda - Browse repository at this point
Copy the full SHA 9bb2cdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1adb0cc - Browse repository at this point
Copy the full SHA 1adb0ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54b81a8 - Browse repository at this point
Copy the full SHA 54b81a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 540b08a - Browse repository at this point
Copy the full SHA 540b08aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac27507 - Browse repository at this point
Copy the full SHA ac27507View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3b2e5b - Browse repository at this point
Copy the full SHA d3b2e5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 444ebe4 - Browse repository at this point
Copy the full SHA 444ebe4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c11b32f - Browse repository at this point
Copy the full SHA c11b32fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f30a475 - Browse repository at this point
Copy the full SHA f30a475View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc86dd0 - Browse repository at this point
Copy the full SHA bc86dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86475de - Browse repository at this point
Copy the full SHA 86475deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50415bf - Browse repository at this point
Copy the full SHA 50415bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c591dd9 - Browse repository at this point
Copy the full SHA c591dd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cf8231 - Browse repository at this point
Copy the full SHA 9cf8231View commit details -
Configuration menu - View commit details
-
Copy full SHA for 893d34a - Browse repository at this point
Copy the full SHA 893d34aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 648391d - Browse repository at this point
Copy the full SHA 648391dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cac5b9 - Browse repository at this point
Copy the full SHA 5cac5b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 008e7e8 - Browse repository at this point
Copy the full SHA 008e7e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 167b74e - Browse repository at this point
Copy the full SHA 167b74eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7bcfe3 - Browse repository at this point
Copy the full SHA a7bcfe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d55aa7a - Browse repository at this point
Copy the full SHA d55aa7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27505da - Browse repository at this point
Copy the full SHA 27505daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eeb6ad - Browse repository at this point
Copy the full SHA 9eeb6adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63ace31 - Browse repository at this point
Copy the full SHA 63ace31View commit details -
Configuration menu - View commit details
-
Copy full SHA for d93a7f8 - Browse repository at this point
Copy the full SHA d93a7f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for af33b88 - Browse repository at this point
Copy the full SHA af33b88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cd4a63 - Browse repository at this point
Copy the full SHA 7cd4a63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fbde7b - Browse repository at this point
Copy the full SHA 2fbde7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91171ff - Browse repository at this point
Copy the full SHA 91171ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfa18b0 - Browse repository at this point
Copy the full SHA cfa18b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1272f25 - Browse repository at this point
Copy the full SHA 1272f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4cb11b - Browse repository at this point
Copy the full SHA a4cb11bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9f3c28 - Browse repository at this point
Copy the full SHA a9f3c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf4c20e - Browse repository at this point
Copy the full SHA cf4c20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b061715 - Browse repository at this point
Copy the full SHA b061715View commit details -
Configuration menu - View commit details
-
Copy full SHA for 886f2ce - Browse repository at this point
Copy the full SHA 886f2ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b23aed - Browse repository at this point
Copy the full SHA 7b23aedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85e61fe - Browse repository at this point
Copy the full SHA 85e61feView commit details -
Configuration menu - View commit details
-
Copy full SHA for e203af3 - Browse repository at this point
Copy the full SHA e203af3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc11b7f - Browse repository at this point
Copy the full SHA bc11b7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ec1b9 - Browse repository at this point
Copy the full SHA f1ec1b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2889c4 - Browse repository at this point
Copy the full SHA e2889c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bac694d - Browse repository at this point
Copy the full SHA bac694dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d95b7c4 - Browse repository at this point
Copy the full SHA d95b7c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 889d01b - Browse repository at this point
Copy the full SHA 889d01bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bb660c - Browse repository at this point
Copy the full SHA 9bb660cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b18c283 - Browse repository at this point
Copy the full SHA b18c283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 075cefb - Browse repository at this point
Copy the full SHA 075cefbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c3cdfd - Browse repository at this point
Copy the full SHA 2c3cdfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b70d59 - Browse repository at this point
Copy the full SHA 9b70d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4efdf0 - Browse repository at this point
Copy the full SHA a4efdf0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e6cf4 - Browse repository at this point
Copy the full SHA 71e6cf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7df647f - Browse repository at this point
Copy the full SHA 7df647fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6d20e4 - Browse repository at this point
Copy the full SHA a6d20e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0021d4f - Browse repository at this point
Copy the full SHA 0021d4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09b25a3 - Browse repository at this point
Copy the full SHA 09b25a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac10912 - Browse repository at this point
Copy the full SHA ac10912View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62b3184 - Browse repository at this point
Copy the full SHA 62b3184View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8132601 - Browse repository at this point
Copy the full SHA 8132601View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8b4483 - Browse repository at this point
Copy the full SHA d8b4483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e17f52 - Browse repository at this point
Copy the full SHA 7e17f52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c3fe33 - Browse repository at this point
Copy the full SHA 2c3fe33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c25e3e - Browse repository at this point
Copy the full SHA 1c25e3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 605162f - Browse repository at this point
Copy the full SHA 605162fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9780329 - Browse repository at this point
Copy the full SHA 9780329View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1b929e - Browse repository at this point
Copy the full SHA b1b929eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 496e4e5 - Browse repository at this point
Copy the full SHA 496e4e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1931d05 - Browse repository at this point
Copy the full SHA 1931d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01ea7da - Browse repository at this point
Copy the full SHA 01ea7daView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0c67ad - Browse repository at this point
Copy the full SHA c0c67adView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfa08bb - Browse repository at this point
Copy the full SHA cfa08bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 807c638 - Browse repository at this point
Copy the full SHA 807c638View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a7089d - Browse repository at this point
Copy the full SHA 1a7089dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c6a407 - Browse repository at this point
Copy the full SHA 5c6a407View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8672729 - Browse repository at this point
Copy the full SHA 8672729View commit details -
Configuration menu - View commit details
-
Copy full SHA for b064ba3 - Browse repository at this point
Copy the full SHA b064ba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 818ac37 - Browse repository at this point
Copy the full SHA 818ac37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7077505 - Browse repository at this point
Copy the full SHA 7077505View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac34fc1 - Browse repository at this point
Copy the full SHA ac34fc1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87c3469 - Browse repository at this point
Copy the full SHA 87c3469View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3790c96 - Browse repository at this point
Copy the full SHA 3790c96View commit details -
Configuration menu - View commit details
-
Copy full SHA for c229896 - Browse repository at this point
Copy the full SHA c229896View commit details -
Configuration menu - View commit details
-
Copy full SHA for a928512 - Browse repository at this point
Copy the full SHA a928512View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0cb9ab - Browse repository at this point
Copy the full SHA c0cb9abView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd2397a - Browse repository at this point
Copy the full SHA cd2397aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61a5ec4 - Browse repository at this point
Copy the full SHA 61a5ec4View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb6ba9e - Browse repository at this point
Copy the full SHA eb6ba9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f7feb2 - Browse repository at this point
Copy the full SHA 2f7feb2View commit details -
Update packages/engine/Source/Scene/Cesium3DTileset.js
Co-authored-by: Josh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12a6f4f - Browse repository at this point
Copy the full SHA 12a6f4fView commit details -
Update packages/engine/Source/Scene/Scene.js
Co-authored-by: Josh <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2da3bf9 - Browse repository at this point
Copy the full SHA 2da3bf9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b9cd60 - Browse repository at this point
Copy the full SHA 4b9cd60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eba876 - Browse repository at this point
Copy the full SHA 4eba876View commit details -
Update packages/engine/Source/Scene/Cesium3DTileset.js
Co-authored-by: Peter Gagliardi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd57795 - Browse repository at this point
Copy the full SHA fd57795View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd9233e - Browse repository at this point
Copy the full SHA bd9233eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7dd242 - Browse repository at this point
Copy the full SHA a7dd242View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f58edb - Browse repository at this point
Copy the full SHA 9f58edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c03e30a - Browse repository at this point
Copy the full SHA c03e30aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a9d88b4 - Browse repository at this point
Copy the full SHA a9d88b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7976b52 - Browse repository at this point
Copy the full SHA 7976b52View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb0d03c - Browse repository at this point
Copy the full SHA eb0d03cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b027cf2 - Browse repository at this point
Copy the full SHA b027cf2View commit details -
Co-authored-by: Gabby Getz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 20f9fe8 - Browse repository at this point
Copy the full SHA 20f9fe8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f7ac31 - Browse repository at this point
Copy the full SHA 8f7ac31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1686236 - Browse repository at this point
Copy the full SHA 1686236View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6809ce - Browse repository at this point
Copy the full SHA e6809ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 586aaa3 - Browse repository at this point
Copy the full SHA 586aaa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14003d2 - Browse repository at this point
Copy the full SHA 14003d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b824afb - Browse repository at this point
Copy the full SHA b824afbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5f29b1 - Browse repository at this point
Copy the full SHA f5f29b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b240b3e - Browse repository at this point
Copy the full SHA b240b3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 778f64b - Browse repository at this point
Copy the full SHA 778f64bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c65703 - Browse repository at this point
Copy the full SHA 1c65703View commit details -
Contains: * CesiumGS/gltf-pipeline#655
Configuration menu - View commit details
-
Copy full SHA for a7c387b - Browse repository at this point
Copy the full SHA a7c387bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51a15a7 - Browse repository at this point
Copy the full SHA 51a15a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa6116b - Browse repository at this point
Copy the full SHA aa6116bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a680ff6 - Browse repository at this point
Copy the full SHA a680ff6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2bd693 - Browse repository at this point
Copy the full SHA d2bd693View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce40b31 - Browse repository at this point
Copy the full SHA ce40b31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 769954a - Browse repository at this point
Copy the full SHA 769954aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 044a58f - Browse repository at this point
Copy the full SHA 044a58fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f8f5a7 - Browse repository at this point
Copy the full SHA 8f8f5a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 371e857 - Browse repository at this point
Copy the full SHA 371e857View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86b4874 - Browse repository at this point
Copy the full SHA 86b4874View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36be100 - Browse repository at this point
Copy the full SHA 36be100View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6725806 - Browse repository at this point
Copy the full SHA 6725806View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bb2e42 - Browse repository at this point
Copy the full SHA 0bb2e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0233c5 - Browse repository at this point
Copy the full SHA f0233c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c635f - Browse repository at this point
Copy the full SHA f5c635fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ec7b76 - Browse repository at this point
Copy the full SHA 1ec7b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for a54de12 - Browse repository at this point
Copy the full SHA a54de12View commit details -
Configuration menu - View commit details
-
Copy full SHA for c27f01c - Browse repository at this point
Copy the full SHA c27f01cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a97d733 - Browse repository at this point
Copy the full SHA a97d733View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f96bc7 - Browse repository at this point
Copy the full SHA 4f96bc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2220646 - Browse repository at this point
Copy the full SHA 2220646View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeae8a7 - Browse repository at this point
Copy the full SHA eeae8a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a636c - Browse repository at this point
Copy the full SHA 88a636cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eb9c03 - Browse repository at this point
Copy the full SHA 8eb9c03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f200cd - Browse repository at this point
Copy the full SHA 1f200cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b393ade - Browse repository at this point
Copy the full SHA b393adeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5e0bba - Browse repository at this point
Copy the full SHA a5e0bbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b650728 - Browse repository at this point
Copy the full SHA b650728View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd797b0 - Browse repository at this point
Copy the full SHA bd797b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for caedb96 - Browse repository at this point
Copy the full SHA caedb96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04d1ef1 - Browse repository at this point
Copy the full SHA 04d1ef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7806d26 - Browse repository at this point
Copy the full SHA 7806d26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 379fe67 - Browse repository at this point
Copy the full SHA 379fe67View commit details -
Configuration menu - View commit details
-
Copy full SHA for bdad4bb - Browse repository at this point
Copy the full SHA bdad4bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c63e52e - Browse repository at this point
Copy the full SHA c63e52eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 316c536 - Browse repository at this point
Copy the full SHA 316c536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43ecd86 - Browse repository at this point
Copy the full SHA 43ecd86View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf9d0ac - Browse repository at this point
Copy the full SHA cf9d0acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f2062c - Browse repository at this point
Copy the full SHA 4f2062cView commit details -
Updated destroy function with recommended check of screenSpaceEventHa…
…ndler.isDestroyed
Configuration menu - View commit details
-
Copy full SHA for 093833c - Browse repository at this point
Copy the full SHA 093833cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ecc59d - Browse repository at this point
Copy the full SHA 4ecc59dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f27163 - Browse repository at this point
Copy the full SHA 8f27163View commit details -
Configuration menu - View commit details
-
Copy full SHA for eeb8b3f - Browse repository at this point
Copy the full SHA eeb8b3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1594b9 - Browse repository at this point
Copy the full SHA b1594b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f77b97 - Browse repository at this point
Copy the full SHA 9f77b97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a2958b - Browse repository at this point
Copy the full SHA 9a2958bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f9b120e - Browse repository at this point
Copy the full SHA f9b120eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69dc19a - Browse repository at this point
Copy the full SHA 69dc19aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 864ed35 - Browse repository at this point
Copy the full SHA 864ed35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d792a7 - Browse repository at this point
Copy the full SHA 6d792a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 681fc02 - Browse repository at this point
Copy the full SHA 681fc02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c1163d - Browse repository at this point
Copy the full SHA 9c1163dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8315bc - Browse repository at this point
Copy the full SHA f8315bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 495c07c - Browse repository at this point
Copy the full SHA 495c07cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8df9e86 - Browse repository at this point
Copy the full SHA 8df9e86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9451e6d - Browse repository at this point
Copy the full SHA 9451e6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1d4810 - Browse repository at this point
Copy the full SHA f1d4810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 760df43 - Browse repository at this point
Copy the full SHA 760df43View commit details -
Configuration menu - View commit details
-
Copy full SHA for b66bf2e - Browse repository at this point
Copy the full SHA b66bf2eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1a6f05 - Browse repository at this point
Copy the full SHA e1a6f05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e0acfd - Browse repository at this point
Copy the full SHA 1e0acfdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8444f34 - Browse repository at this point
Copy the full SHA 8444f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for b29312b - Browse repository at this point
Copy the full SHA b29312bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fa5dcd - Browse repository at this point
Copy the full SHA 1fa5dcdView commit details -
- Added support for conversion from sRGB color space profile to linea…
…r color space profile Purpose: Helper function to fix color saturation
Configuration menu - View commit details
-
Copy full SHA for 4b4e022 - Browse repository at this point
Copy the full SHA 4b4e022View commit details -
Added Support for BSL structure, BSL statistics, generic feature attr…
…ibute driven filter. Added new initialization option: enableFeatureFiltering, adjustMaterialAlphaMode, applySymbology and calculateNormals
Configuration menu - View commit details
-
Copy full SHA for 44c05dc - Browse repository at this point
Copy the full SHA 44c05dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c2b985 - Browse repository at this point
Copy the full SHA 4c2b985View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8211ada - Browse repository at this point
Copy the full SHA 8211adaView commit details -
Added support for conversion from sRGB color space profile to linear …
…color space profile
Configuration menu - View commit details
-
Copy full SHA for 101119a - Browse repository at this point
Copy the full SHA 101119aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9538df9 - Browse repository at this point
Copy the full SHA 9538df9View commit details -
- Added support for binary attribute data with values stored in objec…
…tIds property - Added validation for actual and expected binary buffer size
Configuration menu - View commit details
-
Copy full SHA for 5c76794 - Browse repository at this point
Copy the full SHA 5c76794View commit details -
- Added support for 3D objects transparency
- Fixed material color saturation by converting sRGB colors in I3S data to linear color space profile
Configuration menu - View commit details
-
Copy full SHA for e0a2bc0 - Browse repository at this point
Copy the full SHA e0a2bc0View commit details -
- Added support for BSL hierarchy of layers
- Added support for the generic feature attribute driven filter - Added support for I3S symbology
Configuration menu - View commit details
-
Copy full SHA for e937540 - Browse repository at this point
Copy the full SHA e937540View commit details -
- Added support for the generic feature attribute driven filter
- Added support for I3S symbology
Configuration menu - View commit details
-
Copy full SHA for 0876629 - Browse repository at this point
Copy the full SHA 0876629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c4dcaa - Browse repository at this point
Copy the full SHA 3c4dcaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b7752f - Browse repository at this point
Copy the full SHA 3b7752fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 780d083 - Browse repository at this point
Copy the full SHA 780d083View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdb7cc2 - Browse repository at this point
Copy the full SHA cdb7cc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20d0277 - Browse repository at this point
Copy the full SHA 20d0277View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5de043e - Browse repository at this point
Copy the full SHA 5de043eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50bdfef - Browse repository at this point
Copy the full SHA 50bdfefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b2fc07 - Browse repository at this point
Copy the full SHA 3b2fc07View commit details -
Configuration menu - View commit details
-
Copy full SHA for f593469 - Browse repository at this point
Copy the full SHA f593469View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd169c1 - Browse repository at this point
Copy the full SHA bd169c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1828996 - Browse repository at this point
Copy the full SHA 1828996View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca39cf4 - Browse repository at this point
Copy the full SHA ca39cf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f774a88 - Browse repository at this point
Copy the full SHA f774a88View commit details -
Configuration menu - View commit details
-
Copy full SHA for a28a04b - Browse repository at this point
Copy the full SHA a28a04bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b69bea - Browse repository at this point
Copy the full SHA 4b69beaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0536a30 - Browse repository at this point
Copy the full SHA 0536a30View commit details -
Configuration menu - View commit details
-
Copy full SHA for 012eca7 - Browse repository at this point
Copy the full SHA 012eca7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98c711d - Browse repository at this point
Copy the full SHA 98c711dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd7040 - Browse repository at this point
Copy the full SHA 4cd7040View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee0e1f4 - Browse repository at this point
Copy the full SHA ee0e1f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cc0d41 - Browse repository at this point
Copy the full SHA 6cc0d41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 045b160 - Browse repository at this point
Copy the full SHA 045b160View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b8007 - Browse repository at this point
Copy the full SHA d4b8007View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdde23a - Browse repository at this point
Copy the full SHA cdde23aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9b0afc - Browse repository at this point
Copy the full SHA e9b0afcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b8823d - Browse repository at this point
Copy the full SHA 9b8823dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf8c48 - Browse repository at this point
Copy the full SHA ecf8c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8849d42 - Browse repository at this point
Copy the full SHA 8849d42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6486058 - Browse repository at this point
Copy the full SHA 6486058View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a530ff - Browse repository at this point
Copy the full SHA 7a530ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab4ae09 - Browse repository at this point
Copy the full SHA ab4ae09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 973273a - Browse repository at this point
Copy the full SHA 973273aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 453f46d - Browse repository at this point
Copy the full SHA 453f46dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 727152e - Browse repository at this point
Copy the full SHA 727152eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7ebaa5 - Browse repository at this point
Copy the full SHA c7ebaa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cff990 - Browse repository at this point
Copy the full SHA 1cff990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 120dbc8 - Browse repository at this point
Copy the full SHA 120dbc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for eba060d - Browse repository at this point
Copy the full SHA eba060dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17ef6ba - Browse repository at this point
Copy the full SHA 17ef6baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3933995 - Browse repository at this point
Copy the full SHA 3933995View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88ef1e5 - Browse repository at this point
Copy the full SHA 88ef1e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 402fa1f - Browse repository at this point
Copy the full SHA 402fa1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82ec4d3 - Browse repository at this point
Copy the full SHA 82ec4d3View commit details