Skip to content

Comments

3D Tiles: add support for composite tiles ("cmpt")#65005

Open
wonder-sk wants to merge 1 commit intoqgis:masterfrom
wonder-sk:3d-tiles-cmpt
Open

3D Tiles: add support for composite tiles ("cmpt")#65005
wonder-sk wants to merge 1 commit intoqgis:masterfrom
wonder-sk:3d-tiles-cmpt

Conversation

@wonder-sk
Copy link
Member

3D Tiles 1.0 spec includes composite tiles which combine multiple tiles (e.g. b3dm or i3dm) into a single file. Until now, we were ignoring composite tiles, so none of their content would show up.

This is addressed for both 2D and 3D rendering.

Note: 3D Tiles 1.1 spec does not have composite tiles, because multiple contents can be packed into a single gltf file. (Alternatively, 3d Tiles 1.1 support multiple content files assigned to a single node, but we don't support that yet.)

Here's an example of a dataset with composite tiles, where a single node contains 12 inner b3dm tiles:
https://3dtilesnederland.nl/tiles/1.0/explicit/amsterdamZO/tileset.json

@wonder-sk wonder-sk added Feature Tiled Scene Related to tiled scene layers labels Feb 19, 2026
@github-actions github-actions bot added the 3D Relates to QGIS' 3D engine or rendering label Feb 19, 2026
@github-actions github-actions bot added this to the 4.0.0 milestone Feb 19, 2026
@nyalldawson nyalldawson added the Frozen Feature freeze - Do not merge! label Feb 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3D Relates to QGIS' 3D engine or rendering Feature Frozen Feature freeze - Do not merge! Tiled Scene Related to tiled scene layers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants