mrdoob / three.js

JavaScript 3D Library.
https://threejs.org/
MIT License
103.02k stars 35.41k forks source link

Smooth move for camera #2235

Closed 360art closed 12 years ago

360art commented 12 years ago

Hi, I'm trying to modify panorama equirectangula player ( https://github.com/mrdoob/three.js/blob/master/examples/webgl_panorama_equirectangular.html ) to add some smooth move to camera. Is there any chance to make it move like in cube example ( https://github.com/mrdoob/three.js/blob/master/examples/canvas_geometry_cube.html ), without breaking move on mousedown but smooth fade out?

mrdoob commented 12 years ago

1979