PointCloudShading

external class PointCloudShading(source)

Options for performing point attenuation based on geometric error when rendering point clouds using 3D Tiles.

See also

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Perform point attenuation based on geometric error.

Link copied to clipboard

Determines whether back-facing points are hidden. This option works only if data has normals included.

Link copied to clipboard

Average base resolution for the dataset in meters. Used in place of geometric error when geometric error is 0. If undefined, an approximation will be computed for each tile that has geometric error of 0.

Link copied to clipboard

Use eye dome lighting when drawing with point attenuation Requires support for EXT_frag_depth, OES_texture_float, and WEBGL_draw_buffers extensions in WebGL 1.0, otherwise eye dome lighting is ignored.

Link copied to clipboard

Thickness of contours from eye dome lighting

Link copied to clipboard

Eye dome lighting strength (apparent contrast)

Link copied to clipboard

Scale to be applied to the geometric error before computing attenuation.

Link copied to clipboard

Maximum point attenuation in pixels. If undefined, the Cesium3DTileset's maximumScreenSpaceError will be used.

Link copied to clipboard

Determines whether a point cloud that contains normals is shaded by the scene's light source.