| 620 | } |
| 621 | |
| 622 | void Mesh::SetAnimation(const String& animationPath) |
| 623 | { |
| 624 | NazaraAssert(m_impl, "Mesh should be created first"); |
| 625 | |
| 626 | m_impl->animationPath = animationPath; |
| 627 | } |
| 628 | |
| 629 | void Mesh::SetMaterialData(UInt32 matIndex, ParameterList data) |
| 630 | { |
no outgoing calls
no test coverage detected