Remove all lights (excluding IBL) from the scene.
@override Future<void> clearLights() async { await _shim.clearLights().toDart; }