VisualMeshLevelOfDetail 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 level of detail of visual mesh to request from the XRMeshSubsystem.
public enum VisualMeshLevelOfDetail
type VisualMeshLevelOfDetail =
Public Enum VisualMeshLevelOfDetail
- Inheritance
-
VisualMeshLevelOfDetail
Fields
Name | Value | Description |
---|---|---|
Coarse | 1 | Coarse mesh level of detail with roughly 100 triangles per cubic meter. |
Medium | 2 | Medium mesh level of detail with roughly 400 triangles per cubic meter. |
Fine | 3 | Fine mesh level of detail with roughly 2000 triangles per cubic meter. |
Unlimited | 4 | Unlimited mesh level of detail with no guarantee as to the number of triangles per cubic meter. |
Remarks
Has no effect on the collider mesh.