createIbl abstract method

Future createIbl(
  1. double r,
  2. double g,
  3. double b,
  4. double intensity,
)

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);