MeshPrimitiveT constructor
MeshPrimitiveT({
- VertexBufferTypeId? verticesType,
- dynamic vertices,
- IndicesT? indices,
- MaterialT? material,
Implementation
MeshPrimitiveT(
{this.verticesType, this.vertices, this.indices, this.material});