Viktor Belomestnov

Results 29 comments of Viktor Belomestnov

Is it OK not to use generic here: https://github.com/visgl/loaders.gl/blob/f030d39d5cdedb137e43e757a9da10dd637857fd/modules/tiles/src/tileset/tileset-3d.ts#L296 ?

> Is it OK not to use generic here: > > https://github.com/visgl/loaders.gl/blob/f030d39d5cdedb137e43e757a9da10dd637857fd/modules/tiles/src/tileset/tileset-3d.ts#L296 > > > ? I meant https://github.com/visgl/loaders.gl/blob/f030d39d5cdedb137e43e757a9da10dd637857fd/modules/tiles/src/tileset/tile-3d.ts#L376 . As I can see because of `type Handle = any;`...

Thank you for the report @wangjing1 . Can you provide more convenient link to download? I cannot find a way to Download the file other then installing some sort of...

You have coordinate system we don't support for the time being: ``` "spatialReference": { "wkid": 102100, "latestWkid": 3857 } ``` The converter now supports only wkid 4326. FYI @Tamrat-B I...

@ibgreen @dryabinin-actionengine can we close this issue?

https://github.com/CesiumGS/3d-tiles/tree/main/specification#transforms > ..., except when tile.boundingVolume.region is defined

loaders.gl support EPSG 4326 for I3S. I'm not sure if there are compatible CRS. Looks like "EPSG 3857" is not compatible.