loadIbl abstract method
Creates an indirect light by loading the reflections/irradiance from the KTX file. 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 loadIbl(String lightingPath,
{double intensity = 30000, bool destroyExisting = true});