mirrorvr icon indicating copy to clipboard operation
mirrorvr copied to clipboard

not work in aframe 0.9.2

Open capivarah4cker opened this issue 5 years ago • 3 comments

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. testeAframe

capivarah4cker avatar Jun 20 '19 00:06 capivarah4cker

Any update for 0.9.2 version?

iburguera avatar Sep 24 '19 09:09 iburguera

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.

alvinwan avatar Dec 02 '19 13:12 alvinwan

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

iburguera avatar Jan 31 '20 09:01 iburguera