Cesium3DTilesetGraphics

new Cesium.Cesium3DTilesetGraphics(options)

A 3D Tiles tileset represented by an Entity. The tileset modelMatrix is determined by the containing Entity position and orientation or is left unset if position is undefined.
Name Type Description
options Object optional Object with the following properties:
Name Type Default Description
show Property true optional A boolean Property specifying the visibility of the tileset.
uri Property optional A string or Resource Property specifying the URI of the tileset.
maximumScreenSpaceError Property optional A number or Property specifying the maximum screen space error used to drive level of detail refinement.

Members

readonlydefinitionChanged : Event

Gets the event that is raised whenever a property or sub-property is changed or modified.
Gets or sets the maximum screen space error used to drive level of detail refinement.
Gets or sets the boolean Property specifying the visibility of the model.
Default Value: true
Gets or sets the string Property specifying the URI of the glTF asset.

Methods

Duplicates this instance.
Name Type Description
result Cesium3DTilesetGraphics optional The object onto which to store the result.
Returns:
The modified result parameter or a new instance if one was not provided.
Assigns each unassigned property on this object to the value of the same property on the provided source object.
Name Type Description
source Cesium3DTilesetGraphics The object to be merged into this object.