Import and visualize 3D urban models from the CityJSON format
The xeokit SDK provides support for importing 3D urban models from CityJSON,
a lightweight, user-friendly, and human-readable JSON-based file format designed for storing and sharing 3D city models.
CityJSON simplifies the representation of urban objects such as buildings and trees, offering a more accessible alternative to formats like CityGML.
To load a CityJSON model into xeokit, use the loadCityJSON function.
This function populates both a SceneModel for geometry and materials and a DataModel for semantic data.
xeokit CityJSON Importer
Import and visualize 3D urban models from the CityJSON format
The xeokit SDK provides support for importing 3D urban models from CityJSON, a lightweight, user-friendly, and human-readable JSON-based file format designed for storing and sharing 3D city models. CityJSON simplifies the representation of urban objects such as buildings and trees, offering a more accessible alternative to formats like CityGML.
To load a CityJSON model into xeokit, use the loadCityJSON function. This function populates both a SceneModel for geometry and materials and a DataModel for semantic data.
Installation
Usage
The following example demonstrates how to: