THREE.VRController icon indicating copy to clipboard operation
THREE.VRController copied to clipboard

Oculus Go: Controller moves when rotate head/glass

Open whatisor opened this issue 6 years ago • 2 comments

When we rotate our head, we expect controller is static (like native application).

whatisor avatar Aug 12 '18 05:08 whatisor

The 3DoF arm model could probably use a serious review. Would you like to look further into that? You’d be helping a very large group of people out with that one :wink:

stewdio avatar Aug 13 '18 17:08 stewdio

I just did a simple fix :). Remove the quaternion factor from the head, it is unnecessary. //this.armModel.setHeadOrientation( this.head.quaternion )

whatisor avatar Aug 16 '18 16:08 whatisor