boneMatrices property
Implementation
@override get boneMatrices {
structOnOp((p) => _boneMatrices.ptr = MatrixD.wasmPointer(p.readerAt(_o[.boneMatrices]).pointer()));
return _boneMatrices;
}
@override get boneMatrices {
structOnOp((p) => _boneMatrices.ptr = MatrixD.wasmPointer(p.readerAt(_o[.boneMatrices]).pointer()));
return _boneMatrices;
}