Re: [wxVTK] still problems on MAC
Brought to you by:
malat
|
From: Doug M. <mc...@ia...> - 2008-10-26 22:52:08
|
On Oct 22, 2008, at 8:08 AM, Mathieu Malaterre wrote: > Hi, > > On Wed, Oct 22, 2008 at 10:52 AM, genesy genesy <ge...@gm...> > wrote: >>>> ERROR: In /Users/xael/VTK/Rendering/vtkPicker.cxx, line 170 >>>> vtkCellPicker (0x2435270): Bad homogeneous coordinates >>> >>> So it does confirm the interactions are working properly. At least >>> it >>> is going from the system to wx to VTK. There is something else going >>> on. You need to debug the application (gdb) to understand why the >>> object is not moving. >> >> Maybe it's helpful: the object is not rendered at all . A grey window >> is visualized. > > > I understand that, but I am working only on linux. I have no way to > reproduce your issue. This goes beyond my understanding. Since I > believe the issue can be reproduce using straight Cocoa + VTK, I would > suggest you try the regular VTK example, debug them until you get them > working. > > I've CC the vtkusers lists, where there are a lot more people using > mac (and hopefully understanding your issue.) The only way I have been able to get wxVTK to work on Mac is with VTK compiled with Carbon support. This is required since wxWidgets does not have strong Cocoa support yet. I know it is in the works and available but is not as robust as their Carbon support. Doug |