Constructs a mesh geometry.
MeshGeometry([List<double>? vertices, this.indices ]) { this.vertices = vertices ?? []; computeBoundingVolume(); }