createIbl abstract 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
Future createIbl(double r, double g, double b, double intensity);