Package apple.arkit.enums
Class ARGeometryPrimitiveType
- java.lang.Object
-
- apple.arkit.enums.ARGeometryPrimitiveType
-
public final class ARGeometryPrimitiveType extends java.lang.ObjectThe primitive that defines how vertices are connected.
-
-
Field Summary
Fields Modifier and Type Field Description static longLineThe geometry element is a sequence of line segments, where each line segment is described by two new vertices.static longTriangleThe geometry element is a sequence of triangles, where each triangle is described by three new vertices.
-
-
-
Field Detail
-
Line
public static final long Line
The geometry element is a sequence of line segments, where each line segment is described by two new vertices.- See Also:
- Constant Field Values
-
Triangle
public static final long Triangle
The geometry element is a sequence of triangles, where each triangle is described by three new vertices.- See Also:
- Constant Field Values
-
-