vimeo-threejs-player
vimeo-threejs-player copied to clipboard
A plugin for streaming video from Vimeo to WebGL/VR/AR apps
On iOS the canAutoPlay check triggers a native video player to overlay the browser because it is called without the inline argument.
Video will not play on iOs Safari due to a security error reported in browser: ```` THREE.WebGLState: SecurityError: The operation is insecure. texImage2D texImage2D — three.js:127:105 ```` To Reproduce Even...
This is more of a request for an expanded yet simplified explanation for beginner developers of the steps required to embed the vimeo-threejs-player into an existing web app as opposed...
Both album.html and two-and-a-half-d.html are not working at the moment due CORS policy. These examples are trying to fetch media file URL directly from another host CDN and generating the...