Skip to content

Latest commit

 

History

History
146 lines (110 loc) · 2.87 KB

File metadata and controls

146 lines (110 loc) · 2.87 KB

3D Tiles

html

Convert B3DM to GLTF

Converts files from the legacy .B3DM format to .GLTF or .GLB.

Parameters

Label Name Type Description
Input B3DM INPUT [3D Tile] Input file to convert.
Output file OUTPUT

[3D Tile]

Default: [Save to temporary file]

Specify the output 3D tile file. One of:

Outputs

Label Name Type Description
Output file OUTPUT [3D Tile] Output layer in .GLTF format.

Python code

Algorithm ID: native:b3dmtogltf

Convert GLTF to vector features

Converts .GLTF or .GLB file contents to standard vector layer formats.

Parameters

Label Name Type Description
Input GLTF INPUT [3D Tile] Input file to convert.

Output polygons

Optional

OUTPUT_POLYGONS

[vector: polygon]

Default: [Create temporary layer]

Specify the output vector layer to store polygon features. One of:

Output lines

Optional

OUTPUT_LINES

[vector: line]

Default: [Create temporary layer]

Specify the output vector layer to store line features. One of:

Outputs

Label Name Type Description
Output polygons OUTPUT_POLYGONS [vector: polygon] A vector layer storing the polygon features in input layer.
Output lines OUTPUT_LINES [vector: line] A vector layer storing the line features in input layer.

Python code

Algorithm ID: native:gltftovector