Enable Pan :- Panning Pivot Point #3344
Replies: 2 comments 5 replies
-
That's actually kind of the whole point of pan (to orbit a different point on the model), and we did several things to make it easier. For instance, tapping off of the model resets to the model center. If you don't want the pivot point to move at all, I'd recommend disabling pan. |
Beta Was this translation helpful? Give feedback.
-
Screen.Recording.2022-05-09.at.9.26.35.AM.movThis is similar to what I need to implement (taken from our current viewer) - I need to be able to pan up and down so I can view the model when it's been zoomed off the screen. Panning in the model viewer allows me to do this. The issue is when the model is panned left / right - this creates a large arc where the camera stays in the centre of the canvas and the object moved away - which as you explained is how panning works - however I need it to keep the camera in the centre of the model. I'm not really sure how to achieve this. For the log example I only need up / down - is there a way to disable left / right? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the viewer on a touch screen device only. Is there a way to keep the pivot point at the center of the model when using the enable pan feature. Currently if I move my model off to the side the pivot point remains at the center of the viewport so when I rotate it it rotates on a massive arc and sometime disappears out of view.
Beta Was this translation helpful? Give feedback.
All reactions