I\'m using OrbitControls.js to allow mouse interaction. I\'m adding a button into the scene that allows to \"reset\" the camera to it\'s state where it was before any mouse
You can reset the camera when using OrbitControls like so:
OrbitControls
controls.reset();
three.js r.71