Re: [wxVTK] screen coordinates to world coordinates
Brought to you by:
malat
From: Mathieu M. <mat...@gm...> - 2006-08-07 21:56:20
|
On 8/7/06, Andres Munarriz <mun...@gm...> wrote: > Hi everyone, > > Has someone come across the need of converting screen "display" > corrdinates (ie. wxEvent ._x, ._y) to VTK world coordinates? I've > read about a get event method in the VTKRenderWindowInteractor but > wxVTKRenderWindowInteractor doesn't seem to support this method. If > someone can help it'll be greatly appreciated. wxVTKRenderWindowInteractor derives from vtkRenderWindowInteractor so you should be able to achieve the exact same thing. Could indicate which methods you are trying to use ? Thanks Mathieu |