CesiumGS / cesium-omniverse

Bringing the 3D geospatial ecosystem to Omniverse
https://cesium.com/platform/cesium-for-omniverse/
Apache License 2.0
51 stars 7 forks source link

Update tiles automatically when material changes #504

Open lilleyse opened 9 months ago

lilleyse commented 9 months ago

Tileset materials were added in https://github.com/CesiumGS/cesium-omniverse/pull/406 but there are some limitations. When you edit a tileset material the changes aren't propagated back to the tiles. There are two types of edits that we need to handle:

lilleyse commented 5 months ago

Alternatively, we could detect when a material is changed and prompt the user to reload the tileset rather than doing it automatically, kind of like the "Fetch USD changes" popup that appears when you edit a USD file. That might be less frustrating.

image