Skip to content

Add support for 3D Tiles imagery layers #11257

@allyoucanmap

Description

@allyoucanmap

Description

CesiumJS introduces the possibility to drape imagery layers on top of 3D Tiles in latest version (1.130).
We should design a solution to support this functionality, here snippet of code on how the imageryLayers are associated to 3D Tiles:

const tileset = await Cesium.Cesium3DTileset.fromUrl(
  "http://localhost/tilesets/tileset.json"
);
scene.primitives.add(tileset);

tileset.imageryLayers.add(imageryLayer);

Acceptance criteria

Other useful information

Metadata

Metadata

Labels

3DAll issues related to the 3D rendering in CesiumJsBackportNeededCommits provided for an issue need to be backported to the milestone's stable branchNew Featureused for new functionalitiesreview

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions