MeshData constructor

MeshData(
  1. Float32List vertices,
  2. Uint32List indices,
  3. List<MeshGroup> groups,
  4. String? mtlLibName,
)

Implementation

MeshData(this.vertices, this.indices, this.groups, this.mtlLibName);