...

/

Camera Controls in Three.js: OrbitControls

Camera Controls in Three.js: OrbitControls

Learn how to use the OrbitControls in Three.js.

The OrbitControls

For the final control, we’ll move on from the first-person perspective to the perspective from space.

The OrbitControls control is a great way to rotate and pan around an object in the center of the scene. This is also the control we used before to provide us with a simple way to explore the models ...