iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.11k stars 303 forks source link

Instanced 3D Tiles - Getting attributes #2434

Closed bertt closed 1 day ago

bertt commented 1 month ago

Hi, I want to show attributes of Instanced 3D Tiles (I3dm), like it works with Batched 3D Tiles (b3dm)

Sample (does not work): Click on cube in https://www.itowns-project.org/itowns/examples/3dtiles_loader.html?tileset=https://bertt.github.io/cesium_3dtiles_samples/samples/instanced/traffic_lights/tileset.json

Cesium Sample shows attributes Id, Bevestiging on click on cube : https://bertt.github.io/cesium_3dtiles_samples/samples/instanced/traffic_lights/

image

AnthonyGlt commented 3 days ago

Fix in https://github.com/iTowns/itowns/pull/2467