public final class ARGeometryPrimitiveType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Line
The geometry element is a sequence of line segments, where each line segment is described by two new vertices.
|
static long |
Triangle
The geometry element is a sequence of triangles, where each triangle is described by three new vertices.
|
public static final long Line
public static final long Triangle