Share via


MeshComputeConsistency Enum

Definition

The compute consistency to request from the XRMeshSubsystem.

public enum MeshComputeConsistency
type MeshComputeConsistency = 
Public Enum MeshComputeConsistency
Inheritance
MeshComputeConsistency

Fields

ConsistentSnapshotComplete 1

A watertight, globally consistent snapshot, not limited to observable objects in the scanned regions.

ConsistentSnapshotIncompleteFast 2

A non-watertight snapshot, limited to observable objects in the scanned regions. The returned mesh may not be globally optimized for completeness, and therefore may be returned faster in some scenarios.

OcclusionOptimized 3

A mesh optimized for lower-latency occlusion uses. The returned mesh may not be globally consistent and might be adjusted piecewise independently.

Applies to