-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
Hi there,
When running the below pipeline, I receive error No tileset.json found in input. It seems that pipeline expects a tileset.json filename input and do not accept custom tileset filenames, probably from
3d-tiles-tools/specs/SpecHelpers.ts
Line 242 in 6560737
| const tilesetJsonBuffer = await tilesetSource.getValue("tileset.json"); |
It would be great to support the same variations of absolute and relative naming conventions of #143
I'm running latest 3d-tiles-tools version.
npx 3d-tiles-tools pipeline -i pipeline-separateGltf.json{
"input": "./tileset_folder/tileset_filename_in.json",
"output": "./tileset_folder_out/tileset_filename_out.json",
"tilesetStages": [
{
"name": "ConvertB3dmToGltf",
"contentStages": [
{
"name": "b3dmToGlb",
"description": "Convert each B3DM content into GLB"
},
{
"name": "separateGltf",
"description": "Explode each GLB into GLTF + textures/geometry"
}
]
}
]
}Metadata
Metadata
Assignees
Labels
No labels