boneMatrices property
Bones animated transformation matrices
Implementation
@override get boneMatrices {
structOnOp((p) => _boneMatrices.ptr = p.ref.boneMatrices);
return _boneMatrices;
}
Bones animated transformation matrices
@override get boneMatrices {
structOnOp((p) => _boneMatrices.ptr = p.ref.boneMatrices);
return _boneMatrices;
}