[vtkusers] Problem rotating vtkImageSlice
Richard Frank
rickfrank at me.com
Sat Aug 27 12:54:57 EDT 2016
Hi,
If I build the example
VTK/Examples/Cxx/Images/ImageSlice
and add
imageSlice->RotateX(1);
Which should, I think, rotate the image actor about its X axis by 1 degree, I instead get
which seems incorrect.
I can rotate about Z.
Is there something I'm not doing correctly, or is this a bug?
I also tried RotateWXYZ(1,1,0,0) and get the same result.
This is VTK 7
Thanks
Rick
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160827/0a8e0353/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PastedImage-1.png
Type: image/png
Size: 2328 bytes
Desc: not available
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160827/0a8e0353/attachment.png>
More information about the vtkusers
mailing list