Namespace: GameEngine.Layers.PointCloud
Class: GameEngine/Layers/PointCloud/ArcGISPointCloudRenderer
Since: 2.4.0
Summary
Defines how points in a Point are rendered.
Properties
| Property | Type | Nullable | Readonly | Summary |
|---|---|---|---|---|
AttributeName | string | No | No | The name of the attribute upon which rendering is based. |
ColorModulation | ArcGISPointCloudColorModulation | Yes | No | Reduces the brightness of the point's color based on the value of another attribute (usually intensity). |
PointsPerInch | double | No | No | The number of points to draw per display inch. The default value is 10. |
SizeAlgorithm | ArcGISPointCloudSizeAlgorithm | Yes | No | How the size of the points in the point cloud are computed for rendering. |
ColorModulation
ArcGISPointCloudColorModulation 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
ArcGISPointCloudSizeAlgorithm 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.