unpack method
Implementation
MeshPrimitiveT unpack() => MeshPrimitiveT(
verticesType: verticesType,
vertices: vertices,
indices: indices?.unpack(),
material: material?.unpack());
MeshPrimitiveT unpack() => MeshPrimitiveT(
verticesType: verticesType,
vertices: vertices,
indices: indices?.unpack(),
material: material?.unpack());