ConstructorOptions

sealed interface ConstructorOptions(source)

Properties

Link copied to clipboard

The ClippingPlaneCollection used to selectively disable rendering the point cloud.

Link copied to clipboard
abstract var clock: Clock

A Clock instance that is used when determining the value for the time dimension.

Link copied to clipboard

A TimeIntervalCollection with its data property being an object containing a uri to a 3D Tiles Point Cloud tile and an optional transform.

Link copied to clipboard
abstract var maximumMemoryUsage: Int?

The maximum amount of memory in MB that can be used by the point cloud. Default value - 256

Link copied to clipboard
abstract var modelMatrix: Matrix4?

A 4x4 transformation matrix that transforms the point cloud. Default value - Matrix4.IDENTITY

Link copied to clipboard
abstract var shading: Any?

Options for constructing a PointCloudShading object to control point attenuation and eye dome lighting.

Link copied to clipboard
abstract var shadows: ShadowMode?

Determines whether the point cloud casts or receives shadows from light sources. Default value - ShadowMode.ENABLED

Link copied to clipboard
abstract var show: Boolean?

Determines if the point cloud will be shown. Default value - true

Link copied to clipboard
abstract var style: Cesium3DTileStyle?

The style, defined using the 3D Tiles Styling language, applied to each point in the point cloud.