createGeometry abstract method
Creates a (renderable) entity with the specified geometry and adds to the scene.
Implementation
Future createGeometry(List<double> vertices, List<int> indices,
{String? materialPath,
PrimitiveType primitiveType = PrimitiveType.TRIANGLES});