IndexedVertices constructor
const
IndexedVertices(
- Float32List vertices,
- Uint16List? indices
Creates a indexed set of vertices.
Consider using Vertices.createIndex.
Implementation
const IndexedVertices(this.vertices, this.indices);