createIbl method
Creates a indirect light with the given color. Only one indirect light can be active at any given time; if an indirect light has already been loaded, it will be replaced.
Implementation
@override
Future createIbl(double r, double g, double b, double intensity) {
// TODO: implement createIbl
throw UnimplementedError();
}