Difference between revisions of "HPL3/SOMA/Scripting/cMesh"
Jump to navigation
Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== cMesh has no public fields. ==Functions=...") |
|||
Line 54: | Line 54: | ||
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || SetSkeleton || [[../cSkeleton|<syntaxhighlight lang="c++" inline>cSkeleton@ apSkeleton</syntaxhighlight>]] || | | <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || SetSkeleton || [[../cSkeleton|<syntaxhighlight lang="c++" inline>cSkeleton@ apSkeleton</syntaxhighlight>]] || | ||
|} | |} | ||
+ | |||
+ | {{ReferencesSection}} | ||
{{HPL3SOMAScriptingCategories}} | {{HPL3SOMAScriptingCategories}} | ||
__FORCETOC__ | __FORCETOC__ |
Latest revision as of 15:11, 6 August 2020
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 |