Hi,
I was experimenting with the image slicing example
which are really nice btw. But if I change
mapper.setSlicingMode(SlicingMode.Z)
to
mapper.setSlicingMode(SlicingMode.Y)
The rendered image disappears (no errors). I was expecting it to take the slices using a Y- orthogonal plane instead. What else do I need to change?