[Bug] Tile3DLayer+I3SLoader incorrect texture after upgrade from v8 to v9
Description
Tile3DLayer+I3SLoader cannot display correctly after upgrade from v8 to v9.
Flavors
- [ ] Script tag
- [ ] React
- [ ] Python/Jupyter notebook
- [ ] MapboxOverlay
- [ ] GoogleMapsOverlay
- [ ] CartoLayer
- [x] ArcGIS
Expected Behavior
The i3s layer should show correctly as v8.9
Steps to Reproduce
Environment
- Framework version: [email protected]
- Browser: Chrome 126
- OS: Windows
Logs
No response
@belom88 as far as I can tell, the I3S examples in loaders.gl are partly ported to v9, can you check the status?
BTW, Tile3DLayerProps.loader is deprecated, but loaders: [I3SLoader] will case Error: 3DTileLoader: unknown type.
Possibly related to the following discussion in deck.gl repo: https://github.com/visgl/deck.gl/discussions/8815
I think it is not a same issue, because the i3sLayer is loaded successfully without any error, but the texture is displayed incorrectly.