PointCloudEDLMode Type alias

Specifies the Eye-Dome Lighting mode used for a point cloud.

  • "off": EDL is not calculated
  • "on": EDL is calculated using a single pass.
  • "full" EDL is calculated with full algorithm including optional filtering

@see PointCloudDisplaySettings.edlMode.

PointCloudEDLMode = "off" | "on" | "full"

Defined in

Last Updated: 15 March, 2024