Class: GameEngine/Layers/PointCloud/ArcGISPointCloudAttributeTransformType
Since: 2.4.0
An enumeration of the various attribute transforms for point cloud rendering.
| Since | Value | Summary |
|---|---|---|
2.4.0 | None | No attribute transform. |
2.4.0 | Absolute | Use the absolute value of the attribute. |
2.4.0 | High | Use the high four bits of the attribute value. |
2.4.0 | Low | Use the low four bits of the attribute value. |
2.4.0 | Modulo | Use the attribute value modulo ten. |