loadIbl abstract method

Future loadIbl(
  1. String lightingPath, {
  2. double intensity = 30000,
  3. bool destroyExisting = true,
})

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