unreal.LidarPointCloudColorationMode
¶
- class unreal.LidarPointCloudColorationMode¶
Bases:
unreal.EnumBase
ELidar Point Cloud Coloration Mode
C++ Source:
Plugin: LidarPointCloud
Module: LidarPointCloudRuntime
File: LidarPointCloudShared.h
- CLASSIFICATION¶
Uses Classification ID of the point along with the component’s Classification Colors property to sample the color
- Type
4
- DATA¶
Uses imported RGB / Intensity data
- Type
1
- ELEVATION¶
The cloud’s color will be overridden with elevation-based color
- Type
2
- NONE¶
Uses color tint only
- Type
0
- POSITION¶
The cloud’s color will be overridden with relative position-based color
- Type
3