Change the 'config' attribute of an interactor for disabling some user events
问题 I'd like to display several views of the same scene, with 1 of them full interactive, and 2 others from top and right and which could only be zoomed. So my issue is to disable some user interactions on a render. One alternative is to overload the other events handler methods with forcing the renderer's camera to keep the same view if the event isn't a mouse wheel. It works but it's not pretty (neither for a programmer nor a user). So I want to change the 'config' attribute of my renderer.