| 376 | } |
| 377 | |
| 378 | AnimationType Mesh::GetAnimationType() const |
| 379 | { |
| 380 | NazaraAssert(m_impl, "Mesh should be created first"); |
| 381 | |
| 382 | return m_impl->animationType; |
| 383 | } |
| 384 | |
| 385 | UInt32 Mesh::GetJointCount() const |
| 386 | { |
no outgoing calls
no test coverage detected