Hi Everyone!
I attempted to load a 3D Tiles service in ArcGIS Pro 3.2.2, but the data did not display. From the Diagnostic Monitor's log, I learned:
<Event time="Thu Feb 29 10:42:10.123" type="Error" thread="c1a0: BGL3D ResourceWorker Web" elapsed="0" function="" code="">
3DTiles: In 'b3dm url': Json parsing error: Required GLTF extension 'KHR_texture_basisu' is not supported
</Event>
In the ArcGIS Pro help documentation, Esri provided a list describing supported and unsupported extensions, as seen in the help link: https://pro.arcgis.com/en/pro-app/latest/help/mapping/layer-properties/work-with-3d-tiles-layers.htm However, the 'KHR_texture_basisu' extension does not appear in the table provided in the link above.
My question is, considering that 3DTiles/gltf has many extensions, how can I know which extensions are supported or not supported by ArcGIS? For example, are WebP and CRN texture compression formats supported?
Thank you very much!