You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often we have one tileset loaded and then we bring up the inspector, but then have to pick on the tileset before we can inspect it.
Can we add a flag like inspectFirstAvailableTileset (better name?) that when true loops through scene.primitives and sets the inspector to the first Cesium3DTileset instance it finds?
@austinEng @lilleyse what do you think?
Often we have one tileset loaded and then we bring up the inspector, but then have to pick on the tileset before we can inspect it.
Can we add a flag like
inspectFirstAvailableTileset
(better name?) that whentrue
loops throughscene.primitives
and sets the inspector to the firstCesium3DTileset
instance it finds?Probably default to
false
.CC #3241
The text was updated successfully, but these errors were encountered: