VTK – Why Did DeepCopy Fail For vtkTransform?
I found a strange result about transform computation in my project. I create a new transform B by A, then use A to deep copy B and print it. There is a different matrix if I use shallow copy for A.Turn on the Warning Display setting for vtkTransform object. I Read more…