TomographicImaging / CILViewer

A simple Viewer for 3D data built with VTK
Apache License 2.0
8 stars 6 forks source link

Slider buttons left/right or up/down #381

Open DanicaSTFC opened 2 months ago

DanicaSTFC commented 2 months ago

The slider at the moment spans the whole range when the left/right or top/bottom buttons are clicked. Ideally we would like some arrows to make unit steps in both directions.

paskino commented 2 months ago

The slider is a vtkSliderWidget. Check there what is currently available. One thing is that we might want to set the animation mode to jump.