MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetMeshBoneCount

Method GetMeshBoneCount

trinity/Tr2GrannyAnimation.cpp:1935–1938  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Returns the number of bones used by the animated mesh --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

1933// Returns the number of bones used by the animated mesh
1934// --------------------------------------------------------------------------------------
1935int Tr2GrannyAnimation::GetMeshBoneCount() const
1936{
1937 return m_meshBoneCount;
1938}
1939
1940// --------------------------------------------------------------------------------------
1941// Description:

Callers 8

GetBoneListFunction · 0.45
TransformLocatorFunction · 0.45
UpdateVisibilityMethod · 0.45
UpdateRtSkeletonMethod · 0.45
UpdateDecalVisibilityMethod · 0.45
GetPerObjectDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected