OSVR / distortionizer

Tool for determining distortion parameters of arbitrary HMDs, and a corresponding set of shaders to correct that distortion.
Apache License 2.0
36 stars 16 forks source link

Could this be a small mistake? #26

Closed HelenXR closed 7 years ago

HelenXR commented 7 years ago

in AngleToConfig.md file :

-verify_angles xx xy yx yy max_degrees tests each mesh point to ensure that the change between the vectors point to each of its neighbors in angle space, when transformed into screen space, does not differ by more than max_degrees. The transformation is specified: The vector (xx, xy) points in screen space in the direction of +longitude (left). The vector (yx, yy) points in screen space in the direction of +latitude (up).

"direction of +longitude (left)" may be is "direction of +longitude (right)" ?

russell-taylor commented 7 years ago

Thanks for catching that. Fixed in d7e697a54a0e70b1c581f3c7d495803144964faa and an upcoming book chapter.