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