MeshComputeConsistency Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The compute consistency to request from the XRMeshSubsystem.
public enum MeshComputeConsistency
type MeshComputeConsistency =
Public Enum MeshComputeConsistency
- Inheritance
-
MeshComputeConsistency
Fields
Name | Value | Description |
---|---|---|
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. |