is there a way to set zoom out to gui.SceneWidget()? #3932
Answered
by
hduonggithub
MeyerBuaharon
asked this question in
Q&A
-
I can't really find where to set my zoom on the widget.
Does anyone know how I can set up my zoom? |
Beta Was this translation helpful? Give feedback.
Answered by
hduonggithub
Aug 16, 2021
Replies: 1 comment
-
The 2nd xyz (e.g., [1, 1, 1]) in the look_at is your camera position, changing this to bigger values means you move away from the target. It appears like zoom out. Vice versa is zoom in |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MeyerBuaharon
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The 2nd xyz (e.g., [1, 1, 1]) in the look_at is your camera position, changing this to bigger values means you move away from the target. It appears like zoom out. Vice versa is zoom in