mirrorvr
mirrorvr copied to clipboard
not work in aframe 0.9.2
First of all, thank you for the project, it's incredible!
I was testing with aframe 0.9.2 and I get this type of error, but with 0.7.0 it is normal.
Any update for 0.9.2 version?
Thanks @NFavareto for reporting and @iburguera for following up! Does wrapping the camera with a rig help? Like this:
<a-entity onload-init-mirrorvr>
<a-entity onload-init-mirrorvr camera-listener... >
</a-entity>
</a-entity>
I noticed the flickering as well, and the rig appears to (mostly) fix this. I'm not sure what the root cause is. May have to do with the 0.9.0 modifications to setPoseTarget
for the camera: https://github.com/aframevr/aframe/blob/master/CHANGELOG.md#090-february-7-2019.
Hi Alvin,
Thanks for your reply. I was able to make the connection but using A-Frame 0.9.2 version show the flickering as well. Here is the camera entity I use on my scenes:
According to your previous code where should be implemented those entities in order to not get the flickering? I have tried many ways but none was working.
Best regards and have a nice day