HPL3/Community/Scripting/Classes/cmesh
Jump to navigation
Jump to search
Contents
cMesh
Fields
cMesh has no public fields.
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
cSubMesh@ | CreateSubMesh | const tString& asName | |
cSubMesh@ | GetSubMesh | uint alIdx | |
int | GetSubMeshIndex | const tString& asName | |
cSubMesh@ | GetSubMeshName | const tString& asName | |
int | GetSubMeshNum | ||
int | GetTriangleCount | ||
void | SetSkeleton | cSkeleton@ apSkeleton | |
cSkeleton@ | GetSkeleton | ||
void | AddAnimation | cAnimation@ apAnimation | |
cAnimation@ | GetAnimation | int alIndex | |
cAnimation@ | GetAnimationFromName | const tString &in asName | |
int | GetAnimationIndex | const tString &in asName | |
void | ClearAnimations | bool abDeleteAll | |
int | GetAnimationNum | ||
void | CompileBonesAndSubMeshes | ||
float | GetBoneBoundingRadius | int alIdx | |
cNode3D@ | GetRootNode | ||
void | AddNode | cNode3D@ apNode | |
int | GetNodeNum | ||
cNode3D@ | GetNode | int alIdx | |
cNode3D@ | GetNodeByName | const tString& asName |
Remarks
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!