removeIbl abstract method

Future removeIbl({
  1. bool destroy = true,
})

Removes the image-based light from the scene. If destroy is true, the indirect light and all associated resources (irradiance/reflection textures) will be destroyed.

Implementation

Future removeIbl({bool destroy = true});