Implicit Tiling
I wish to implement the support of Implicit Tiling (introduced in 3D Tiles 1.1). It has been discussed in different issues but is there already a plan or ideas how to do it ?
I've seen that in Cesium, the implicit tiling is directly managed from Cesium3DTileset, which is kind of the equivalent of TilesRendererBase here. Do you think I should do a similar implementation ?
I've also noticed the recent addition of plugins, will it be a better idea to implement a ImplicitTilingPlugin with the necessary hooks ?
What is your take on this topic ?
Do you have any tips/warnings to help me in this new implicit tiling support in 3DTilesRendererJS ?
I'll first begin by the parsing of the .subtree files.
Thank you
Implicit Tiling
I wish to implement the support of Implicit Tiling (introduced in 3D Tiles 1.1). It has been discussed in different issues but is there already a plan or ideas how to do it ?
I've seen that in Cesium, the implicit tiling is directly managed from Cesium3DTileset, which is kind of the equivalent of
TilesRendererBasehere. Do you think I should do a similar implementation ?I've also noticed the recent addition of plugins, will it be a better idea to implement a ImplicitTilingPlugin with the necessary hooks ?
What is your take on this topic ?
Do you have any tips/warnings to help me in this new implicit tiling support in 3DTilesRendererJS ?
I'll first begin by the parsing of the .subtree files.
Thank you