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.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic bool ShowDepth { get; set; }Property Value
Boolean
See Also