/cesium3DObjectStreaming

cesium3DObjectStreaming is a small javascript to stream 3D-Objects to a cesium globe.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

cesium3DObjectStreaming

cesium3DObjectStreaming is a small JavaScript tool to stream 3D objects to a Cesium globe.

  1. Index

  1. License

  2. About

  3. System requirements

  4. How To

  5. Developers

  6. Contact

  7. Disclaimer

  8. License


The scripts for cesium3DObjectStreaming are open source under Apache 2.0 license. See the LICENSE file for more details.

  1. About

The JavaScript code loads 3D objects depending on their position to the camera of the Cesium viewer.

  1. System requirements

Cesium.js is a mandatory dependency to cesium3DObjectStreaming.

Download Cesium from here

  1. How To

The 3D objects can be generated by using the following tool chain:

  1. Importer-Exporter to export COLLADA files from a 3DCityDB incl. an additional JSON document which contains information about the tile structure
  2. colladaToBglTFConverter to convert the COLLADA files to binary glTF

Have a look at this demo which is based on this tool chain. Berlin building models from http://www.businesslocationcenter.de/downloadportal.

  1. Developers

Jannes Bolling

  1. Contact

jbolling@virtualcitysystems.de

  1. Disclaimer

THIS SOFTWARE IS PROVIDED BY virtualcitySYSTEMS GmbH "AS IS" AND "WITH ALL FAULTS." virtualcitySYSTEMS GmbH MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONCERNING THE QUALITY, SAFETY OR SUITABILITY OF THE SOFTWARE, EITHER EXPRESSED OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.

virtualcitySYSTEMS GmbH MAKES NO REPRESENTATIONS OR WARRANTIES AS TO THE TRUTH, ACCURACY OR COMPLETENESS OF ANY STATEMENTS, INFORMATION OR MATERIALS CONCERNING THE SOFTWARE THAT IS CONTAINED ON AND WITHIN ANY OF THE WEBSITES OWNED AND OPERATED BY virtualcitySYSTEMS GmbH.

IN NO EVENT WILL virtualcitySYSTEMS GmbH BE LIABLE FOR ANY INDIRECT, PUNITIVE, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES HOWEVER THEY MAY ARISE AND EVEN IF virtualcitySYSTEMS GmbH HAVE BEEN PREVIOUSLY ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.