Skip to content

Commit

Permalink
Responded to issue requesting review
Browse files Browse the repository at this point in the history
Looks like this was described inconsistently.
  • Loading branch information
russell-taylor committed Sep 28, 2017
1 parent 64c728d commit d7e697a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion angles_to_config/doc/anglesToConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The _**forward-gaze direction**_ is the direction forward from the eye, as if lo
* **`-eye right|left`** specifies which eye, and has one parameter (left or right). The default it right.
* **`-depth_meters D`** specifies the focal depth of the screen. Larger distances reduce the impact of changes in IPD. Note that the distortion is dependent on IPD. The default is 2m.
* **`-latlong`** tells that the angles specified are in longitude and latitude, rather than field angles. Field angles is the default.
* **`-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).
* **`-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 (right). The vector (yx, yy) points in screen space in the direction of +latitude (up).
* **`-mono infile`** takes the name of a file to read from rather than standard input, producing a monochromatic distortion function.
* **`-rgb redfile greenfile bluefile`** takes three file name arguments, one each for red, green, and blue.

Expand Down

0 comments on commit d7e697a

Please sign in to comment.