Class MARSPointCloudVisualizer
Visualizes scanned data through a point cloud and displays each point confidence through colors within a gradient.
Namespace: Unity.MARS.Visualizers
Syntax
public class MARSPointCloudVisualizer : MonoBehaviour, IUsesPointCloud, IFunctionalitySubscriber<IProvidesPointCloud>, IUsesCameraOffset, IFunctionalitySubscriber<IProvidesCameraOffset>, ISimulatable
Properties
HighConfidenceColor
Defines the color for the high confidence points in the gradient.
Declaration
public Color HighConfidenceColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
LowConfidenceColor
Defines the color for the low confidence points in the gradient.
Declaration
public Color LowConfidenceColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
Methods
Start()
Declaration
public void Start()