Open
Description
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
- vtk.js version: 32.8.0
- Browsers: chrome
- OS: win11
Activity