aframe-stereo-component
aframe-stereo-component copied to clipboard
aframe.io component to enable separate eye rendering of objects, plus stereo video rendering (full 360 or half dome)
The example doesn't play anything with the latest AFrame. Below works fine for me. ``` ```
For a project I'm currently working on, I'm receiving the panoramic render in dual mode as well(top for the left eye, bottom for the right eye). However, when I tried...
I propose to add the possibility to add an single image in a `` element. Like this And split it with the property `split` ```html ``` Have a nice day...
Hi, I'm experiencing issues when running on MS Edge. when i try to launch the basic video page example, it doesn't work. Just a blank screen... Anyone having the same...
layout_change flag was not set after it is used. This would lead to setting camera for every tick(). I also format the code a little bit.
I had this component working previously, but now I'm getting this error: ```` Uncaught (in promise) DOMException: Failed to execute 'querySelector' on 'Document': 'assets/panos/Odeion_FrontRow_001_360_L.jpg' is not a valid selector. at...
I'm trying to use an over under panorama background image on a sky element but getting errors. ```` ```` i also tried it like this: ```` ```` and like this:...
I've got an app where I update the image being used for the `` background. Without stereo-component turned on my scene updates correctly, with the stereo-component turned on it does...
Modified the code for getting at the Three.js PerspectiveCamera to get at an a-frame object’s Mesh and apply the correct layer. It gets things working again for the boxes test...
Update examples to aframe 1.5.0. Remove ghpages dependency and command, just use the GitHub integration with master branch. Update the build tools to latest webpack, remove budo/browserify. See https://github.com/c-frame/aframe-cursor-teleport for...