RenderingMode

Specifies how points get rendered.

Formats

String

“Points”

Render single points.

“Squares”

Render square billboards at the position of the points.

“Spheres”

Similar to “Squares”, but the billboards look like spheres.

“Boxes”

Renders cubes at the position of the points.

“Mesh”

Triangulate the point cloud using the camera’s surface connectivity and render the resulting mesh.

Note

In the mode “Points”, you can control the point size with the PointSize parameter. In the modes “Squares”, “Spheres” and “Boxes” you can control the billboard size with the BillboardSize parameter.

Default

“Points”