MCPcopy Create free account
hub / github.com/assimp/assimp / AnimationLayer

Method AnimationLayer

code/AssetLib/FBX/FBXAnimation.cpp:179–185  ·  view source on GitHub ↗

------------------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

177
178// ------------------------------------------------------------------------------------------------
179AnimationLayer::AnimationLayer(uint64_t id, const Element &element, const std::string &name, const Document &doc) :
180 Object(id, element, name), doc(doc) {
181 const Scope &sc = GetRequiredScope(element);
182
183 // note: the props table here bears little importance and is usually absent
184 props = GetPropertyTable(doc, "AnimationLayer.FbxAnimLayer", element, sc, true);
185}
186
187// ------------------------------------------------------------------------------------------------
188AnimationCurveNodeList AnimationLayer::Nodes(const char *const *target_prop_whitelist /*= nullptr*/,

Callers

nothing calls this directly

Calls 1

GetPropertyTableFunction · 0.85

Tested by

no test coverage detected