Motivation
In order to provide the autoAdjustSampleDistances, the VolumeMapper needs to provide a way to allow the tool to provide the information needed instead of relaying on RWI onAnimationFrameRateUpdate subscription.
https://github.com/Kitware/vtk-js/blob/master/Sources/Rendering/OpenGL/VolumeMapper/index.js#L1214-L1289
Detailed Description
Cornerstone3D doesn't use RWI, instead it uses its own tool.
To enable autoAdjustSampleDistances, the VolumeMapper should expose or implement a mechanism that allows Cornerstone3D’s internal interaction tool to supply the required information.