MantisBT - VTK
View Issue Details
0004066VTK(No Category)public2006-11-22 19:142016-08-12 09:54
Andrew Maclean 
Will Schroeder 
normalminoralways
closedmoved 
 
 
0004066: The left-handed axes are not left-handed.
In /Widgets/Testing/Cxx/TestOrientationMarkerWidget.cxx line 510.
This should be: transform->RotateY(180);

You need a reflection along one of the axes in order to change the handedness. A rotation of 90 will not do it but a rotation of 180 will.

You could also use transform->Scale(1,1,-1) but the colours will be all black. It seems that orientation of the normals is changed if this is done. (I think.)
No tags attached.
Issue History
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2016-08-12 09:54Kitware RobotNote Added: 0036894
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0005773)
Andrew Maclean   
2006-11-23 02:58   
Oops ... you cannot use rotations. You must use a reflection along one axis in order to change the handedness. So something like transform->Scale(1,-1,1) is the best way. However this leaves the axes as black.
(0036894)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.