CesiumGS / 3d-tiles

Specification for streaming massive heterogeneous 3D geospatial datasets :earth_americas:
2.1k stars 467 forks source link

3D Tiles TileSet.json #736

Closed tiqvahub closed 1 year ago

tiqvahub commented 1 year ago

I’m trying to load a 3D Tiles tileset.json available in github. The tileset.json is available in Tomcat9 webapps and I’m trying to load the tile layer as shown bellow, but I haven’t had any success, I mean, the trees are not displayed as shown in GitHub. Could anyone point out whether or not I’m missing any additional CesiumJS configuration?

var tilesetTree = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({

url: ‘http://geoserver.local.com:8080/trees/tileset.json’,
debugShowBoundingVolume: false,

}));
javagl commented 1 year ago

Sorry for the delay here.

A geneal remark: This repository is hosting the 3D Tiles specification, and issues here should usually be about details of the specification, and not about things like CesiumJS. (I occasionally try to address questions like this even when they are asked here as issues, but the forum is certainly a better place for this)

I wrote a response to your question in the forum at https://community.cesium.com/t/3d-tileset-loads-and-fades/22844/2 and hope that it is OK to close this issue here for now.