Hello everyone.
I found a video shared by Esri Event. I am very interested in Cesium loading I3S layers at 19:43. I checked the CesiumJS API. I haven’t found the Cesium.I3sDatasource method in the video yet. I noticed that the version of Cesium used in the video is built locally. Where can I get this version in the video for testing? Or is there any plan to open source and merge into Cesium?
https://youtu.be/0C2fvQXqODQ?t=1195
Solved! Go to Solution.
Looks like there is a pull request in the CesiumGS GitHub repo for this:
https://github.com/CesiumGS/cesium/pull/9634
The I3SDatasource code is here:
https://github.com/Tamrat-B/cesium/blob/cesium_i3s_support/Source/DataSources/I3SDataSource.js
Looks like there is a pull request in the CesiumGS GitHub repo for this:
https://github.com/CesiumGS/cesium/pull/9634
The I3SDatasource code is here:
https://github.com/Tamrat-B/cesium/blob/cesium_i3s_support/Source/DataSources/I3SDataSource.js
Thank You @Tim_McGinnes