removeController

Removes a controller— an implementation of the Controller interface used to handle input events, camera animations, and other interactions— from the viewer's scene.

viewer.removeController(tiltOrbitController);

Parameters

controller

An implementation of the Controller interface.

See also