unpack method

SkinnedVertexT unpack()

Implementation

SkinnedVertexT unpack() => SkinnedVertexT(
    vertex: vertex.unpack(),
    joints: joints.unpack(),
    weights: weights.unpack());