hslayers-ng
hslayers-ng copied to clipboard
Display glTF model in HsCesium
Adding a gltf model into the Cesium itself is easy (e.g. via constructing a basic CZML object) and is proven to work:
It is problematic how to handle this kind of data further. Every glTF file contains only one model.
- [ ] Display the layer with model in LayerManager
- [ ] Display something in 2D/OpenLayers mode. Probably an icon?
#4763 is related