RenderingMode

How points are rendered.

JSON Format

Type

String

Default Value

"Circles"

Values

Value

Description

"Points"

Render 2D points.

The size of the points can be controlled with the PointSize parameter.

"Squares"

Render a square at the position of the point.

The size of the billboards can be controlled with the BillboardSize parameter.

"Circles"

Render a circle at the position of the point.

The size of the billboards can be controlled with the BillboardSize parameter.

"Boxes"

Render a cube at the position of the point.

The size of the cubes can be controlled with the BillboardSize parameter.

"Mesh"

Render a triangulated mesh.

The maximum size of triangles in the mesh is controlled by the camera’s SurfaceConnectivity parameter.