f3d icon indicating copy to clipboard operation
f3d copied to clipboard

DRAFT: Add 2D interactor and image readers

Open jpouderoux opened this issue 3 years ago • 6 comments

Fixes #49

  • [x] Add 2D interactor
  • [x] Allow to switch between 2D and 3D interactors with 2 and 3 keys
  • [x] Set the 2D interactor automatically for 2D data
  • [x] Disable lighthing for 2D image data
  • [ ] Set image scalars visibility by default for 2D image data
  • [ ] Tests

jpouderoux avatar Dec 09 '21 22:12 jpouderoux

Allow to switch between 2D and 3D interactors with 2 and 3 keys

There is already a hotkey to switch between interactors, why not cycle through available interactors ?

mwestphal avatar Dec 09 '21 23:12 mwestphal

Allow to switch between 2D and 3D interactors with 2 and 3 keys

There is already a hotkey to switch between interactors, why not cycle through available interactors ?

Which key are you thinking about? K ?

jpouderoux avatar Dec 09 '21 23:12 jpouderoux

Allow to switch between 2D and 3D interactors with 2 and 3 keys

There is already a hotkey to switch between interactors, why not cycle through available interactors ?

Which key are you thinking about? K ?

yes

mwestphal avatar Dec 09 '21 23:12 mwestphal

K enables trackball in 3D mode, looks a bit different to me and mixing the 2 concepts looks a bit confusing to me, don't you think?

jpouderoux avatar Dec 09 '21 23:12 jpouderoux

maybe we should discuss a bit about the right way to integrate this. There a few possibilities imo.

mwestphal avatar Dec 10 '21 20:12 mwestphal

K enables trackball in 3D mode, looks a bit different to me and mixing the 2 concepts looks a bit confusing to me, don't you think?

Thinking about it, I agree

mwestphal avatar Dec 10 '21 21:12 mwestphal