MozillaReality / horizon

(2015) Horizon was an experimental VR browser built on web standards using CSS-VR.
http://mozvr.github.io/horizon/web/
Other
1 stars 0 forks source link

Positional tracker not working after react refactor #225

Closed KevinGrandon closed 9 years ago

KevinGrandon commented 9 years ago

It seems that VR mode starts to work, but then HMD tracking freezes after a while. I can open the HUD though while it's frozen. Not sure what's going on.

KevinGrandon commented 9 years ago

Oops, turns out this is due to a missing setting variable (hmd scale). Likely will merge #222 as that helps with defining settings.

KevinGrandon commented 9 years ago

Turns out this was fixed in #222 after all (by adding the proper settings back in). Nice job cvan!

cvan commented 9 years ago

thanks