We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    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).

    Back to top Generated by DocFX