Reslice Cursor Widget Mapper About

I’m using VTK.JS in my project, and when I try to add the reslice cursor widget feature and display it in a rotated (oblique) section, it seems to require resliceImageMapper. However, my drawings are created using ImageMapper, and adding the oblique feature completely disrupts my drawing logic. What should I do?

vtkImageMapper does not support arbitrary planes. Only vtkResliceImageMapper does.

It is expected that your “drawings” get jittered in oblique.

1 Like