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