ID_MODATA_PASS

Detailed Description

Enumerations

enum  { ID_MODATA_PASS }
 

Enumeration Type Documentation

◆ anonymous enum

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.
The idea is simply that there can be multiple passes through the effectors within a single execution.
And if ID_MODATA_PASS is set to a pass number then the delay effector (and anything else that wants to use it) should work.