removeIbl method

  1. @override
Future removeIbl()
override

Removes the image-based light from the scene.

Implementation

@override
Future removeIbl() async {
  _module.ccall(
      "remove_ibl", "void", ["void*".toJS].toJS, [_viewer!].toJS, null);
}