Transitions between panoramas in Three.js

时间秒杀一切 提交于 2019-12-12 19:41:03

问题


I have set of equirectangular panorama pictures, I'm displaying them using Three.js sphere geometry similar to this example: http://mrdoob.github.io/three.js/examples/webgl_panorama_equirectangular.html

I added buttons to the scene to allow navigation between panoramas. I would like to have transition while traveling between panoramas. It should be similar to Google Street View transitions as much as possible.

Can someone share some ideas/directions how to implement this using three.js?

来源:https://stackoverflow.com/questions/27566155/transitions-between-panoramas-in-three-js

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!