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 have a model of a building that I need to keep upright as the user orbits the camera around it. I added the following line:
plotter.enable_terrain_style(mouse_wheel_zooms=True, shift_pans=True)
However, nothing changed and the camera still orbits freely and tilts the view. How can I fix this? Thanks.
The text was updated successfully, but these errors were encountered:
Please open a discussion in the PyVista Discussions: https://github.com/pyvista/pyvista/discussions
Creating issues was supposedly disabled here...
Sorry, something went wrong.
Also, please share your full script as there is likely a subsequent line of code that "resets" the camera style
No branches or pull requests
I have a model of a building that I need to keep upright as the user orbits the camera around it. I added the following line:
plotter.enable_terrain_style(mouse_wheel_zooms=True, shift_pans=True)
However, nothing changed and the camera still orbits freely and tilts the view. How can I fix this? Thanks.
The text was updated successfully, but these errors were encountered: