MetaCDN / videojs-vr_OLD

A video.js plugin that turns a video element into a HTML5 Panoramic 360 video player.
MIT License
24 stars 16 forks source link

Expose ThreeJS perspective camera in player.vr object #16

Closed nleoutsa closed 7 years ago

nleoutsa commented 7 years ago

HapYak needs access to the actual ThreeJS Perspective Camera object in order to set camera.fov, camera.rotation.order, and to run camera.updateProjectMatrix(). We would like to include it here alongside the cameraVector for ease of access.