3dcitydb / 3dcitydb-web-map

Cesium-based 3D viewer and JavaScript API for the 3D City Database
Apache License 2.0
377 stars 125 forks source link

how to show single gltf on the client #18

Closed hualunchang closed 5 years ago

hualunchang commented 7 years ago

i have exported only a single building from the 3d city db, and it create a kml file and a folder include dae and gltf. i add a layer which url is the kml's path ,but it seems not success .how can i add a single gltf on the client

yaozhihang commented 7 years ago

Try the following steps:

  1. Use the BoundingBox-filter to select a very small bounding box surround your desired building object
  2. Choose the Tiling option "No Tiling"
  3. After the exprots, a "Master" json file will be created which can be used for loading the exported glTF object into the 3dcitydb-web-map
Son-HNguyen commented 5 years ago

Closed. Feel free to reopen if you still have any issues.