unpack method

VertexT unpack()

Implementation

VertexT unpack() => VertexT(
  position: position.unpack(),
  normal: normal.unpack(),
  textureCoords: textureCoords.unpack(),
  color: color.unpack(),
);