Removes the image-based light from the scene.
@override Future removeIbl() async { _module.ccall( "remove_ibl", "void", ["void*".toJS].toJS, [_viewer!].toJS, null); }