-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
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
Toggle camera reset #638
Comments
Are you referring to |
in
There is a |
What is the difference between
|
Should I create a new |
Looks like the |
Indeed, you just want "disableAutoResetCamera" since noAutoReset is just the watched value of the former variable.
…On August 21, 2024 7:32:11 PM UTC, Paul Elliott ***@***.***> wrote:
Looks like the `useAutoFitState` is `VtkSliceView` internal detail. `disabledAutoResetCamera` camera looks like a winner.
--
Reply to this email directly or view it on GitHub:
#638 (comment)
You are receiving this because you commented.
Message ID: ***@***.***>
|
Is it a property that should be in CameraConfig (for each combination of view / data), or intrinsic to the camera properties ? |
That's just a property exposed through the component. Right now we can just use a global toggle for that behavior, unless there are actual use-cases for having that toggle exist per-view/data combination. |
So now in |
No, but it's coming from a pinia store now:
The property has been removed I believe. |
Hello,
I saw that there is a variable to turn off the camera reset, but there is no UI.
I'm planning to add a toggle button to the settings to turn on / off the automatic camera reset.
Any objection or comments ?
The text was updated successfully, but these errors were encountered: