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
I noticed that when I used setFocalOffset, the angle of the model towards the screen has changed.
How to keep the model always facing the screen, like this:
Thank you
...
No response
....
The text was updated successfully, but these errors were encountered:
That is intended behavior. focalOffset will translate the point of orbit, literally. Consider using camera.setViewOffset: https://yomotsu.github.io/camera-controls/examples/padding-with-view-offset.html
camera.setViewOffset
Sorry, something went wrong.
这是预期的行为。focalOffset 将从字面上平移轨道点。考虑使用:https://yomotsu.github.io/camera-controls/examples/padding-with-view-offset.html`camera.setViewOffset`
Thank you for your reply, I am trying
No branches or pull requests
Describe the bug
I noticed that when I used setFocalOffset, the angle of the model towards the screen has changed.
How to keep the model always facing the screen, like this:
Thank you
To Reproduce
...
Code
No response
Live example
No response
Expected behavior
....
Screenshots or Video
No response
Device
No response
OS
No response
Browser
No response
The text was updated successfully, but these errors were encountered: