On 07/25/2014 12:05 PM, ?? wrote: > hi > "Placing the cursor within the 3D window and holding the "F" key > allows *free flight* into the 3D view." > I want to know which cpp-file implement this function. > thanks for advance. > regards > ma ce
Dear ma ce, fly-to is actually VTK functionality [1], you can have a look at the implementation in the vtkInteractorStyle::OnChar method. We're just passing the key event to VTK via the QVTKWidget Marco [1]: http://vtk.org/doc/nightly/html/classvtkInteractorStyle.html ------------------------------------------------------------------------------ Infragistics Professional Build stunning WinForms apps today! Reboot your WinForms applications with our WinForms controls. Build a bridge from your legacy apps to the future. http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
