VTK
Custom Function Judging Whether 2D Actor Was Picked
We often use vtkPropPicker to judge which 2D actor had been picked, but the solution doesn’t work in the Mac software Parallels. So we have to create a new method to found the 2D actor which had been picked. There are two situations in my problem. The actor2D takes vtkImageMapper Read more…