Replies: 1 comment
-
Hi, The only workaround that I can think of (although it won't cover all cases) would be to set the What is your use case? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently working on a "3D feature viewer" using ITowns
PlanarView
containing multipleC3DTilesLayer
, each containing set of tiles.I searched for a way to 'programmatically' tell a layer to load it's tiles and tile content, in order to interact with the objets within the tiles once it's loaded.
I have found in the documentation that
C3DTilesLayer
trigger an eventon-tile-content-loaded
when the camera do focus the layer coordinates and the tiles appear at the screen, but this is not what I am looking for.Is there a way to load a specific layer so the set of tile and it's content are ready to be used ?
Beta Was this translation helpful? Give feedback.
All reactions