Class: OrbitControl

OrbitControl(object, domElement)

OrbitControl class provides an interface for controlling the orbiting behavior of a 3D object.

Constructor

new OrbitControl(object, domElement)

Creates a new instance of OrbitControl.
Parameters:
Name Type Description
object Object3D The object to be controlled.
domElement HTMLElement The DOM element to which the controls will be attached.
Source:

Extends