Navigation
API > API/Plugins > API/Plugins/LidarPointCloudRuntime
| Name | ELidarPointCloudScalingMethod |
| Type | enum |
| Header File | /Engine/Plugins/Enterprise/LidarPointCloud/Source/LidarPointCloudRuntime/Public/LidarPointCloudShared.h |
| Include Path | #include "LidarPointCloudShared.h" |
Syntax
enum ELidarPointCloudScalingMethod
{
PerNode,
PerNodeAdaptive,
PerPoint,
FixedScreenSize,
}
Values
| Name | Remarks |
|---|---|
| PerNode | Points are scaled based on the estimated density of their containing node. |
| PerNodeAdaptive | Similar to PerNode, but the density is calculated adaptively based on the current view. |
| PerPoint | Points are scaled based on their individual calculated depth. |
| FixedScreenSize | Sprites will be rendered using screen-space scaling method. |