Click or drag to resize

PointCloudVisualFalloffDistance Property

The point size starts at PointSize and goes to 1 beyond the FalloffDistance. This helps to give the impression of depths since closer points are rendered larger making them look more solid.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public float FalloffDistance { get; set; }

Property Value

Type: Single
See Also