MeshPrimitiveT constructor
MeshPrimitiveT({})
Implementation
MeshPrimitiveT({
this.verticesType,
this.vertices,
this.indices,
this.material,
this.boundsAabb,
this.boundsSphere,
this.skinnedPoseUnionAabb,
});