Function AssetAnimation.findBoneWithName

Get a bone number by matching name bones in mesh

Prototype

int findBoneWithName(
  string name,
  const(derelict.assimp3.types.aiMesh*) mesh
);

Parameters

NameDescription
name Name searching for
mesh Mesh containing bones to check

Returns

Bone number of desired bone

Authors

Copyright

License