Meshing
NameSpace: Features
Classes
Type | Name |
---|---|
class | MagicLeapMeshingFeature Enables the Magic Leap OpenXR Loader for Android, and modifies the AndroidManifest to be compatible with ML2. |
struct | MeshingQuerySettings The mesh generation settings |
Enums
Name | |
---|---|
enum | MeshDetectorFlags { ComputeNormals = 1 << 1, ComputeConfidence = 1 << 2, Planarize = 1 << 3, MeshSkirt = 1 << 4 } The flags to represent the generated mesh's properties |
enum | MeshingMode { Triangles, PointCloud } |
Enums Documentation
MeshDetectorFlags
The flags to represent the generated mesh's properties
Enumerator | Value | Description |
---|---|---|
ComputeNormals | 1 << 1 | Whether to compute the normals of the mesh |
ComputeConfidence | 1 << 2 | Whether to compute the confidence data for the mesh |
Planarize | 1 << 3 | Whether to planarize the generated mesh |
MeshSkirt | 1 << 4 | When enabled, the mesh skirt (overlapping area between two mesh blocks) will be removed. This field is only valid when the mesh is not a point cloud. |
MeshingMode
Enumerator | Value | Description |
---|---|---|
Triangles | ||
PointCloud |