Re: [Paraview] can not drag object in TestPVSynchronizedRenderWindows

2011-03-18 Thread Utkarsh Ayachit
Mar 2011 09:31:41 -0400 Subject: Re: [Paraview] can not drag object in TestPVSynchronizedRenderWindows From: utkarsh.ayac...@kitware.com To: gilwe...@hotmail.com CC: paraview@paraview.org I wouldn't recommend using TestPVSynchronizedRenderWindows as the basis for any code

[Paraview] can not drag object in TestPVSynchronizedRenderWindows

2011-03-17 Thread Gil Wertz
Hello, I'm new paraview code user and I tried some stuff in TestPVSynchronizedRenderWindows but when run , I can only rotate and zoom, but I would like to move object with the 3 mouse button. ( like when I use vtkRenderWindow with vtkRenderWindowInteractor ). In

Re: [Paraview] can not drag object in TestPVSynchronizedRenderWindows

2011-03-17 Thread Utkarsh Ayachit
I wouldn't recommend using TestPVSynchronizedRenderWindows as the basis for any code. It was an executable built specifically to test some functionality being developed at that time and will be removed in future. Look at BasicApp.cxx instead. Utkarsh On Thu, Mar 17, 2011 at 4:05 AM, Gil Wertz