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
Currently when you create a Cesium3DTileset you pass in a url to the tileset folder. The code assumes the tiles json file is called tiles.json, which may not be true in all cases.
We should support options.url to be either a directory of the tileset or a path to the tiles.json file. In either case, this._url should stay the directory of the tileset and this._tilesJson should stay the path to the tiles.json file.
This will help clean up the tileset tests which can't reuse files due to this limitation.
The text was updated successfully, but these errors were encountered:
For #3241
Currently when you create a
Cesium3DTileset
you pass in a url to the tileset folder. The code assumes the tiles json file is calledtiles.json
, which may not be true in all cases.We should support
options.url
to be either a directory of the tileset or a path to the tiles.json file. In either case,this._url
should stay the directory of the tileset andthis._tilesJson
should stay the path to the tiles.json file.This will help clean up the tileset tests which can't reuse files due to this limitation.
The text was updated successfully, but these errors were encountered: