Enumerations | |
enum | { ID_MODATA_PASS } |
anonymous enum |
Enumerator | |
---|---|
ID_MODATA_PASS | This is used to allow the delay effector to work with the MoGraph extrude deformer, each level of extrusion gets a pass index which is set in the MoData's own container (MoData::GetDataInstance()): Int32 pass = md->GetDataInstance()->GetInt32(ID_MODATA_PASS, 0);
By doing this the delay effector can differentiate the levels and create a reasonable effect. |