setToneMapping method
Sets the tone mapping (requires postprocessing).
Implementation
@override
Future setToneMapping(ToneMapper mapper) async {
_module.ccall("set_tone_mapping", "void", ["void*".toJS, "int".toJS].toJS,
[_viewer!, mapper.index.toJS].toJS, null);
}