We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an externalMetadata option for use when converting .gltf and .glb source files that are accompanied by metadata .json files.
externalMetadata
.gltf
.glb
.json
This will cause the metadata JSON files to not be embedded within the XKT output files, and instead be output separately.
{ "sourceConfigs": { "las": { "center": false, "transform": [ 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0 ], "colorDepth": "auto", "fp64": true, "skip": 1, "minTileSize": 200 }, "laz": { "center": false, "transform": [ 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0 ], "colorDepth": "auto", "fp64": true, "skip": 1, "minTileSize": 200 }, "ifc": { "excludeTypes": [], "minTileSize": 200 }, "gltf": { "reuseGeometries": true, "includeTextures": true, "includeNormals": false, "excludeTypes": [], "minTileSize": 200, "externalMetadata": true }, "glb": { "reuseGeometries": true, "includeTextures": true, "includeNormals": false, "excludeTypes": [], "minTileSize": 200, "externalMetadata": true // <------- }, "json": { "center": false, "transform": [ 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 0.0, 1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0 ], "minTileSize": 200 } } }
The text was updated successfully, but these errors were encountered:
[FEATURE] Add externalMetadata option for glTF and GLB #130
50c11ed
4c932f1
No branches or pull requests
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 embedded within the XKT output files, and instead be output separately.
The text was updated successfully, but these errors were encountered: