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
3D Tiles files often use underscored private variables of other 3D Tiles files. One example is Cesium3DTilesetTraversal accessing tileset._selectedTiles and tileset._requestedTiles. Instead these should either be non-underscored private properties, functions, or part of a separate shared class.
The text was updated successfully, but these errors were encountered:
3D Tiles files often use underscored private variables of other 3D Tiles files. One example is
Cesium3DTilesetTraversal
accessingtileset._selectedTiles
andtileset._requestedTiles
. Instead these should either be non-underscored private properties, functions, or part of a separate shared class.The text was updated successfully, but these errors were encountered: