[vtk-developers] [ARB] Interaction Style sensitivity
Andy Cedilnik
andy.cedilnik at kitware.com
Fri Mar 14 14:25:43 EST 2003
Hi ARB,
There does not seem to be any notion of interactor style sensitivity at
this point. Some interactor styles such as
vtkInteractorStyleTrackballCamera and ...TrackballActor do have ivar
MotionFactor, which is used, but there is no way to set it. Also default
is 10.
What I have in mind is an ivar of vtkInteractorStyle called let say
Sensitivity or InteractionSensitivity and all changes would be
multiplied with it. That way, default (1) would work normally. .5 would
mean to be half less sensitive...
The next step would (could) be to actually have different sensitivity
for rotations and translations and so on. And for people who do not have
anything better to do, how about different sensitivity in X and Y
direction?
Anyway, something to think about.
Andy
More information about the vtk-developers
mailing list