IndexedVertices constructor

const IndexedVertices(
  1. Float32List vertices,
  2. Uint16List? indices
)

Creates a indexed set of vertices.

Consider using Vertices.createIndex.

Implementation

const IndexedVertices(this.vertices, this.indices);