Viewing without parallax #3660
Answered
by
germanros1987
vinamragehlot
asked this question in
Q&A
-
Image 1 shows how Open3d visualizes by default with perspective view turned on, is there a way to show a true normal view such as show in image 2? |
Beta Was this translation helpful? Give feedback.
Answered by
germanros1987
Aug 17, 2023
Replies: 1 comment
-
I guess now you can render using an Orthogonal camera: http://www.open3d.org/docs/0.12.0/python_api/open3d.visualization.rendering.Camera.html For instance:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vinamragehlot
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess now you can render using an Orthogonal camera: http://www.open3d.org/docs/0.12.0/python_api/open3d.visualization.rendering.Camera.html
For instance: