TriMeshShape constructor
const
TriMeshShape({
- required Float32List vertices,
- required Uint32List indices,
Implementation
const TriMeshShape({required this.vertices, required this.indices});