Hubs-Foundation / hubs

Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
https://hubsfoundation.org
Mozilla Public License 2.0
2.13k stars 1.41k forks source link

Weird "userinput.get (webxr/pose/)" error #5790

Open SamanthaZH opened 1 year ago

SamanthaZH commented 1 year ago

I noticed a really weird thing. When I try to use userinput.get(/device/webxr/left/pose), no matter how I moved the position was the same value.

It changes one time, just one time, but never came bake again !!!!!

It makes me crazy~~~~

johnshaughnessy commented 1 year ago

@SamanthaZH Does the value of userinput.get("/device/webxr/left/matrix") update, or is that stuck too?

What browser and what device are you using?

SamanthaZH commented 1 year ago

@SamanthaZH Does the value of userinput.get("/device/webxr/left/matrix") update, or is that stuck too?

What browser and what device are you using?

I was using Oculus browser and use Google Chrome remote debug to access the console log. The value of matrix also get stuck in console log. But I tried to output these values to a json, it looks good for now.