MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / SetAnimation

Method SetAnimation

src/Nazara/Utility/Mesh.cpp:622–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 2

LoadFunction · 0.45
SkeletalModel.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected