Hi all,
I’m trying to load 3D buildings into the map.
I found some demos like:
http://cesiumjs.org/WashingtonDC/
http://cesiumjs.org/2015/04/27/3D-Buildings-in-Cesium/
https://cesiumjs.org/2015/08/10/Introducing-3D-Tiles/
where it says
This data will be optimized for Cesium and hosted by AGI similar to how AGI hosts the STK World Terrain dataset. It will be free for use in commercial and non-commercial Cesium apps given a free development key and reasonable usage.
also the loading methods:
var viewer = new Cesium.Viewer('cesiumContainer');
var tileset = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({
url : '/path/to/3d/tileset'
}));
But I cannot find where the dataset host by AGI is.
Can anyone tell me how to load the 3G buildingg inside the map? or like what the github repo GitHub - CesiumGS/3d-tiles: Specification for streaming massive heterogeneous 3D geospatial datasets 🌎 says, things are not ready and I still have to wait?
Thanks in advance!