PointCloudVisualShowDepth Property |
Change the brightness of the rendered points based on the distance from the camera. Those points closest to the camera will render using their true color. Once the points reach the Falloff Distance from the camera they will be rendered black. This helps to give the impression of depth, especially when the point cloud is monochromatic.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntaxpublic bool ShowDepth { get; set; }Property Value
Type:
Boolean
See Also