Skip to content

Commit

Permalink
Merge pull request #733 from CesiumGS/georeference-change-fix
Browse files Browse the repository at this point in the history
Reload tileset if georeference binding changes
  • Loading branch information
lilleyse authored Oct 1, 2024
2 parents 52300c2 + de4d268 commit e9a4bd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/src/UsdNotificationHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ void processCesiumTilesetChanged(

// No change tracking needed for
// * suspendUpdate
// * georeferenceBinding
// * Transform changes (handled automatically in update loop)

// clang-format off
Expand All @@ -309,6 +308,7 @@ void processCesiumTilesetChanged(
property == pxr::CesiumTokens->cesiumShowCreditsOnScreen ||
property == pxr::CesiumTokens->cesiumRasterOverlayBinding ||
property == pxr::CesiumTokens->cesiumPointSize ||
property == pxr::CesiumTokens->cesiumGeoreferenceBinding ||
property == pxr::UsdTokens->material_binding) {
reload = true;
} else if (
Expand Down

0 comments on commit e9a4bd0

Please sign in to comment.