matmarchand
matmarchand
@mathewc Could you review?
Thanks for your effort on this. I understand the careful approach of having a separate source implementation but I feel like `RealityDataSourceTilesetUrlImpl` and `RealityDataSourceG3DTImpl` should merge since they are based...
I wanted to see if we support GP3DT dataset in iTwin.js so similar to what can be done in Cesium: ` Cesium.Cesium3DTileset.fromUrl("https://tile.googleapis.com/v1/3dtiles/root.json?key=XXX");` I attached GP3DT in iTwin.js: `viewport.displayStyle.attachRealityModel( { tilesetUrl:...
Pushed my investigation branch https://github.com/iTwin/itwinjs-core/tree/MathieuM/GP3DT
@markschlosseratbentley Thanks for the update. My understanding is that both 1) and 3) are the same in the sense that they need to be _"in relation to tileset json files...
> Here's an example visual comparison of how these look in iTwin.js and CesiumJS to make sure we're loading similarly: @eringram Nice to see that. Can we have a comparison...