Class: Mesh3DCesium3DTileset

Mapspace.source. Mesh3DCesium3DTileset

Layer source that stream batched 3D models in Cesium 3D Tiles format, a standard format to stream massive heterogeneous 3D data. See: https://github.com/AnalyticalGraphicsInc/3d-tiles/blob/master/README.md See: https://github.com/CesiumGS/3d-tiles/tree/master/specification

This source creates internally a Cesium.Cesium3DTileset class that is the one that make requests for tiles.


new Mesh3DCesium3DTileset( [opt_options])

Parameters:
Name Type Argument Description
opt_options Mapspace.source.Mesh3DCesium3DTilesetOptions <optional>

Options.

Source:
mapspace/source/mesh3dcesium3dtileset.js

Extends

  • ol.source.Source

Methods


getProject()

Return the Mesh3D project.

Source:
mapspace/source/mesh3dcesium3dtileset.js
Returns:
Type
Mapspace.Mesh3DProjectMetadata | undefined