Defines

Vertex Data Index Options

The following are the vertex data channel index values for use with the vertex data methods of class Mesh, class EPoly, and class MNMesh. More...

Defines

#define  VDATA_SELECT   0
  The vertex soft selection data.
#define  VDATA_WEIGHT   1
  The vertex weight data.
#define  VDATA_ALPHA   2
  Vertex Alpha values.
#define  VDATA_CORNER   3
  Cornering values for subdivision use.

Detailed Description

The following are the vertex data channel index values for use with the vertex data methods of class Mesh, class EPoly, and class MNMesh.

Indices of important per-vertex data


Define Documentation

#define VDATA_SELECT   0

The vertex soft selection data.

This is index 0.

#define VDATA_WEIGHT   1

The vertex weight data.

This is index 1.

#define VDATA_ALPHA   2

Vertex Alpha values.

#define VDATA_CORNER   3

Cornering values for subdivision use.