創建虛擬現實360度視頻展示的Polymer Web 組件:VR-video
創建虛擬現實360度視頻展示的Polymer Web 組件。
Polymer Web Component to create virtual reality 360 video presentation.
It use babylonjs engine. Check more information about Babylon.css
Documentation and Demo http://ismaelfaro.github.io/vr-video
Usage
common use:
<vr-video video="[Video URL]" ></vr-video>
change camera setting:
-
cardboard:
<vr-video camera="cardboard" video="[Video URL]" ></vr-video>
-
vr:
<vr-video camera="vr" video="[Video URL]" ></vr-video>
-
Oculus:
<vr-video camera="oculus" video="[Video URL]" ></vr-video>
User interaction
the user can mmove the camera using the mouse or drag in touch screens. If you use the CardBoard or Oculus camera you can use the device orientation to move arounf the 360 video.
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!