Skip to content

classHChor 02

Member Function Documentation

IEPolyModel* HChor::BuildExportModel IEPolyModelParms iemp,
HModel hmodel,
HGroup hgroup,
BOOL  markpatchesinvisible,
VertexInfo vertexinfo
 

IEPolyModel* HChor::BuildExportModel IEPolyModelParms iemp,
Time  time,
const char *  modelmapfilename
 

IEPatchModel* HChor::BuildExportModel IEModelParms iemp,
Time  time,
const char *  modelmapfilename
 

void HChor::CreateFrame Time  time  ) 
 

void HChor::Dirty  ) 
 

HCamera* HChor::GetChildCamera  ) 
 

HForce* HChor::GetChildForce  ) 
 

HMatFX* HChor::GetChildMatFX  ) 
 

HMCDevice* HChor::GetChildMCDevice  ) 
 

HModel * HChor::GetChildModel  ) 
 

Retrieves a separate HChor child list that holds all child HModels. It is important to note that this list is not sorted in the same order as it appears in the Chor folder in the PWS. When working with this list, you may not use any iteration porcess other than HModel::GetNextModelInChor() to guarantee that all models are iterated through.

Here is a code snippet that will iterate through all HModels in an HChor object.

for (HModel *model = chor->GetChildModel(); model; model = model->GetNextModelInChor()) {
   ...
}

HProp* HChor::GetChildProp  ) 
 

HBoolProperty* HChor::GetDisplayWhileSimulating  ) 
 

HFileInfoProperty* HChor::GetFileInfo  ) 
 

HVectorProperty* HChor::GetForce  ) 
 

HLightListNode* HChor::GetHeadAllLightList  ) 
 

HLightListNode* HChor::GetHeadLightList  ) 
 

HChorContainer* HChor::GetParentChorContainer  )