clearLights method

  1. @override
Future clearLights()
override

Remove all lights (excluding IBL) from the scene.

Implementation

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