Class MARSPointCloudVisualizer
Visualizes scanned data through a point cloud and displays each point confidence through colors within a gradient.
Implements
IFunctionalitySubscriber<IProvidesPointCloud>
IFunctionalitySubscriber<IProvidesCameraOffset>
IFunctionalitySubscriber
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.MARS.Visualizers
Assembly: Unity.MARS.dll
Syntax
[HelpURL("https://docs.unity3d.com/Packages/com.unity.mars@1.6/manual/ReferenceGuideVisualizers.html#point-cloud-visualizer-marspointcloudvisualizer")]
[RequireComponent(typeof(MeshFilter), typeof(MeshRenderer))]
[MovedFrom("Unity.MARS.Behaviors")]
public class MARSPointCloudVisualizer : MonoBehaviour, IUsesPointCloud, IFunctionalitySubscriber<IProvidesPointCloud>, IUsesCameraOffset, IFunctionalitySubscriber<IProvidesCameraOffset>, IFunctionalitySubscriber, 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()
Implements
Unity.XRTools.ModuleLoader.IFunctionalitySubscriber<TProvider>
Unity.XRTools.ModuleLoader.IFunctionalitySubscriber<TProvider>
Unity.XRTools.ModuleLoader.IFunctionalitySubscriber