MODATA_IDS Enumeration

详细描述

MoData arrays ID.

Enumerations

enum   {
   MODATA_MATRIX ,
   MODATA_COLOR ,
   MODATA_SIZE ,
   MODATA_UVW ,
   MODATA_FLAGS ,
   MODATA_WEIGHT ,
   MODATA_CLONE ,
   MODATA_TIME ,
   MODATA_LASTMAT ,
   MODATA_STARTMAT ,
   MODATA_ALT_INDEX ,
   MODATA_FALLOFF_WGT ,
   MODATA_SPLINE_SEGMENT ,
   MODATA_GROWTH
}

变量

enum { ... }   MAXON_ENUM_LIST

Enumeration Type Documentation

◆  anonymous enum

anonymous enum
Enumerator
MODATA_MATRIX 

矩阵 . Matrix of the clone.

MODATA_COLOR 

向量 . Color of the clone.

MODATA_SIZE 

向量 . Size of the clone.

MODATA_UVW 

向量 . UV position of the clone.

MODATA_FLAGS 

Int32 . MoData flags: MOGENFLAG

MODATA_WEIGHT 

Float . Weight of the clone.

MODATA_CLONE 

Float . Clone offset (picks which child of the Cloner gets cloned or the blending between those children).

MODATA_TIME 

Float . Time offset of the clone.

MODATA_LASTMAT 

矩阵 . Previous frame particle matrix.

MODATA_STARTMAT 

矩阵 . Matrix at the particle's birth.

MODATA_ALT_INDEX 

Int32 . Alternative index value that can be used for instance by the Step Effector when cloned over a spline with an offset.

MODATA_FALLOFF_WGT 

Float . Falloff weight.

MODATA_SPLINE_SEGMENT 

Int32 . Segment index, mostly used with the MoSpline (currently unused).

MODATA_GROWTH 

Float . Offset of growth for the particle on the MoSpline (currently unused).

Variable Documentation

◆  MAXON_ENUM_LIST

enum { ... } MAXON_ENUM_LIST