MeshPrimitiveT constructor

MeshPrimitiveT({
  1. VertexBufferTypeId? verticesType,
  2. dynamic vertices,
  3. IndicesT? indices,
  4. MaterialT? material,
})

Implementation

MeshPrimitiveT({
    this.verticesType,
    this.vertices,
    this.indices,
    this.material});