Page MenuHomePhabricator

Normalize the orientation Quaternion in VirtualTrackingDevice
Closed, ResolvedPublic

Description

Currently sets x = y = z = r = 1.0 which is not normalized.

Event Timeline

New remote branch pushed: bug-15746-Normalize_orientation_quaternion_in_VirtualTrackingDevice

[b21b36]: Merge branch 'bug-15746-Normalize_orientation_quaternion_in_VirtualTra

Merged commits:

2013-08-07 14:27:25 Anja Groch [f77832]
Normalizing the quaternion before calling SetOrientation() as proposed by Taylor Braun-Jones.
I'm not sure, if this is needed for this method, but in any case it is correct with normalization.

Looks like the issue is resolved.

Sorry for not merging your branch directly. We are currently in the process of training our committers how to handle external pull requests.

No problem, I figured it was something like that. I can see from the number of GitHub pull requests that it's not frequently used process.