HPL3/Community/Scripting/Classes/cmesh

From Frictional Wiki
< HPL3‎ | Community/Scripting/Classes
Revision as of 11:12, 30 July 2020 by Maintenance script (talk | contribs) (Upload classes to sub)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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!