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
What feature or change would you like to see made?
in vtk.js, the volumeMapper has a feature called AutoAdjustSampleDistances, which allows you to interact with the volume even if the FPS is dropping, vtk.js will adjust the sampling until it gets the desired FPS.
You can do that by calling renderWindow.getInteractor().setDesiredUpdateRate(30)
What feature or change would you like to see made?
in vtk.js, the volumeMapper has a feature called
AutoAdjustSampleDistances
, which allows you to interact with the volume even if the FPS is dropping, vtk.js will adjust the sampling until it gets the desired FPS.You can do that by calling
renderWindow.getInteractor().setDesiredUpdateRate(30)
https://github.com/Kitware/vtk-js/blob/d69dde4d69d2eab1ff9d46dd68bf2c5188bd3221/Sources/Rendering/OpenGL/VolumeMapper/index.js#L1276-L1302
Volview logic
https://github.com/Kitware/VolView/blob/main/src/utils/volumeProperties.ts#L120-L146
Example using Volview
Enregistrement.2025-01-23.101245.mp4
Why should we prioritize this feature?
This feature will allow the user to interact with 3D volume even if the FPS is dropping
The text was updated successfully, but these errors were encountered: