You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not have any error in the console. There only is a legitimate warning about the view up being reset.
Please provide more information about your change (use codesandbox ?) and wrong behavior.
Bug description
when i write like this
this.renderer.getActiveCamera().elevation(87)
When I write like this, then an exception occurs in the interaction
this.renderer.getActiveCamera().elevation(90)
Steps to reproduce
https://kitware.github.io/vtk-js/examples/VolumeContour.html
Detailed Behavior
No response
Expected Behavior
I want elevation 87 degrees and 90 degrees to be the same
Environment
The text was updated successfully, but these errors were encountered: