visgl / loaders.gl

Loaders for big data visualization. Website:
https://loaders.gl
Other
702 stars 192 forks source link

Highlighting buildings in I3SLoader example #1401

Closed tkhrmeme closed 3 years ago

tkhrmeme commented 3 years ago

Hello, all.

My purpose is to pick individual objects in 3DTiles (.b3dm) to show property of each object as like Cesium. And I found I3S example.

When I run I3SLoader example (https://loaders.gl/examples/i3s), I can click each building to highlight it and show properties such as OBJECTID and NAME. But I can't click and highlight any buildings with i3s example (https://github.com/visgl/loaders.gl/tree/master/examples/website/i3s) when executing locally.

Are they built from different source codes ?

Is there any method to execute picking individual object for 3DTiles or I3S ?

belom88 commented 3 years ago

Hello, @tkhrmeme . The feature is experimental now. You can run it in https://github.com/visgl/loaders.gl/tree/master/examples/experimental/i3s-17-and-debug : yarn start-local

tkhrmeme commented 3 years ago

Hi, @belom88 . Thank you very much for you information. I will try it!!