Is it possible to display a scenelayer on the Web Scene on the map that is hosted somewhere else and using I3S Server to serve it (https://github.com/visgl/loaders.gl/blob/master/docs/modules/tile-converter/cli-reference/i3s-server...). Meaning that treating the SceneLayer as an object initialized with with JavaScript API (https://developers.arcgis.com/javascript/latest/api-reference/esri-layers-SceneLayer.html#url). Currently, setting the endpoint in the URL property does not work.
Hi Andres,
As long as the URL is structured like "NewTileset/SceneServer/layers/0", as mentioned in the i3S Server page you posted, it should work. If not, please let us know the error and the url to your i3S Server, so we could have a look.