INuiFusionMesh Interface

The Mesh object is created when meshing a reconstruction volume. This provides access to the vertices, normals, and triangle indexes of the mesh.

Syntax

interface INuiFusionMesh : public IUnknown

Members

INuiFusionMesh has the following members.

Methods

Name Description
GetNormals Gets the mesh normals.
GetTriangleIndices Gets the mesh triangle indices.
GetVertices Gets the mesh vertices.
NormalCount Gets the number of normals in the mesh.
TriangleVertexIndexCount Gets the number of triangle vertex indices for the mesh.
VertexCount Gets the number of vertices in the mesh.

Requirements

Header: nuikinectfusionvolume.h

Library: TBD