Mesh Class
The Mesh object is created when meshing a reconstruction volume. This provides access to the vertices,
vertex colors, and triangle indexes of the mesh.
Mesh has the following members.
| Name | Description |
|---|---|
| MeshBuffer | Gets the buffer in which the mesh data is stored. |
| TriangleIndicies | Gets the collection of triangle indexes. There are 3 indexes per triangle. |
| VertexColors | Gets the collection of vertex colors. Each color has a corresponding vertex with the same index. |
Community Additions
ADD
Show: