Enum SpatialAwarenessMeshLevelOfDetail
Enumeration defining levels of detail for the spatial awareness mesh subsystem.
Namespace: Microsoft.MixedReality.Toolkit.SpatialAwareness
Assembly: cs.temp.dll.dll
Syntax
public enum SpatialAwarenessMeshLevelOfDetail
Fields
Name | Description |
---|---|
Coarse | The coarse level of detail is well suited for identifying large environmental features, such as floors and walls. |
Custom | The custom level of detail allows specifying a custom value for TrianglesPerCubicMeter. |
Fine | The fine level of detail is well suited for using as an occlusion mesh. |
Medium | The medium level of detail is often useful for experiences that continually scan the environment (ex: a virtual pet). |