We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the example examples/two_screens.py, the following cross product doesn't work for the direct-line-of-sight image [the one with pos = (0, 0, 0)].
examples/two_screens.py
pos = (0, 0, 0)
screens/examples/two_screens.py
Line 75 in ce47d9b
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the example
examples/two_screens.py
, the following cross product doesn't work for the direct-line-of-sight image [the one withpos = (0, 0, 0)
].screens/examples/two_screens.py
Line 75 in ce47d9b
As a result, the line associated with this image is not drawn perpendicular to the screen's normal (line of lensed images).
The text was updated successfully, but these errors were encountered: