Contents

ARGeometryElement

A container for index data, such as vertex indices of a face.

Declaration

class ARGeometryElement

Overview

ARMeshGeometry uses geometry-elements to store face data (see faces). Each face is defined by the primitive type, for example, ARGeometryPrimitiveType.triangle.

To demonstrate, an ARMeshGeometry instance with two triangle-type faces results in the following configuration:

Topics

Accessing Index Data

Getting Index Information

Initializers

See Also

Getting Geometry Information