DAVID4 SDK
1.8.7
|
Index to define a vertex in a submesh. More...
#include <IShapeFusion.h>
Public Member Functions | |
SubmeshVertexIndex () | |
Standard constructor. Initializes with indices with -1 = invalid. | |
SubmeshVertexIndex (int submeshID, int vertexID) | |
Constructor that directly assigns values. | |
Public Attributes | |
int | submeshIndex |
which submesh contains the vertex | |
int | vertexIndex |
vertex index in that submesh | |
Index to define a vertex in a submesh.
Definition at line 149 of file IShapeFusion.h.