googlearchive / vrview

Library for embedding immersive media into traditional websites.
http://developers.google.com/cardboard/vrview
Apache License 2.0
1.71k stars 1.09k forks source link

VR View not working suddenly #249

Closed deanmehling closed 6 years ago

deanmehling commented 6 years ago

I had this working nicely last week, and now it's not working at all.
What up? examples: https://apps.kumc.edu/podcast/vr/examples/video/index.html https://apps.kumc.edu/podcast/vr/examples/gallery/index.html

lincolnfrog commented 6 years ago

It looks like you don't have a vrview.js anymore. Did you execute $ npm run build?

You can also just change your code to reference the vrview.js that is hosted at http://googlevr.github.io/vrview/build/vrview.js

deanmehling commented 6 years ago

Ahh. Pre-built js artifacts have been removed from source control. Apparently I was using files pre-June. Now I have to learn what that means. Went from being a simple implementation to having to learn coding apparently.
Google does not prefer to be referenced in that way, even if I knew how. So unhappy.