Namespace: GameEngine.Layers.PointCloud
Class: GameEngine/Layers/PointCloud/ArcGISPointCloudRenderer
Since: 2.4.0

Summary

Defines how points in a PointCloudLayer are rendered.

Properties

PropertyTypeNullableReadonlySummary
AttributeNamestringNoNo

The name of the attribute upon which rendering is based.

ColorModulationArcGISPointCloudColorModulationYesNo

Reduces the brightness of the point's color based on the value of another attribute (usually intensity).

PointsPerInchdoubleNoNo

The number of points to draw per display inch. The default value is 10.

SizeAlgorithmArcGISPointCloudSizeAlgorithmYesNo

How the size of the points in the point cloud are computed for rendering.

AttributeName

string AttributeName

The name of the attribute upon which rendering is based.

ColorModulation

Reduces the brightness of the point's color based on the value of another attribute (usually intensity).

PointsPerInch

double PointsPerInch

The number of points to draw per display inch. The default value is 10.

SizeAlgorithm

How the size of the points in the point cloud are computed for rendering.

When this property is null, a default size algorithm is used internally. The default value used is ArcGISPointCloudSplatAlgorithm.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.