Class: Cesium3DTileset

bu.layer. Cesium3DTileset

A layer for rendering data in the format called Cesium 3D Tiles, that is a standard for streaming massive heterogeneous 3D data. See: https://github.com/AnalyticalGraphicsInc/3d-tiles/blob/master/README.md Note that any property set in the options is set as a ol.Object property on the layer object; for example, setting title: 'My Title' in the options means that title is observable, and has get/set accessors.


new Cesium3DTileset( [opt_options])

Parameters:
Name Type Argument Description
opt_options bu.layer.Cesium3DTilesetOptions <optional>

Options.

Source:
bu/layer/cesium3dtileset.js

Extends

  • ol.layer.Layer