Changing field of view of rendered image has no effect #6609
shaharyuval
started this conversation in
General
Replies: 1 comment
-
This appears to be related to the following bug: #6009 I'm modifying a copy rather than the real view control. As suggested in other discussions, downgrading to Open3D version 0.16.0 resolves this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to render a mesh using orthographic projection. I read that this is possible by setting the field of view to 5 degrees (not sure this is true). However, I do not see any effect when I change the field of view:
Trying this code with self.target_fov = 60 and 5 results in the same rendered image. Why is there no effect?
Beta Was this translation helpful? Give feedback.
All reactions