xeolabs
xeolabs
Add an `externalMetadata` option for use when converting `.gltf` and `.glb` source files that are accompanied by metadata `.json` files. This will cause the metadata JSON files to not be...
Internally use the loaders.gl converter to convert JSON glTF, which enables textures to be converted for JSON glTF.
This option is supported for LAZ, but was not supported for LAS.
There are many repeated strings in the metadata JSON. Perhaps compress using: https://coderwall.com/p/mekopw/jsonc-compress-your-json-data-up-to-80
Add option to automatically generate UVs for all geometries.
````dist/convert2xkt.cjs.js```` has a reference to the browser built-in ````Response```` class, via the script's ````loaders.gl```` dependency. This is causing a user problems when they call the function exported by this library...