[vtkusers] GtkGLExtVTKRenderWindow.py render bug
Prabhu Ramachandran
prabhu at aero.iitm.ernet.in
Fri Oct 24 14:18:32 EDT 2003
>>>>> "JH" == Jed Haile <jed at philtered.net> writes:
JH> Yes, I have confirmed it is Mac OS X specific. Also, it does
JH> the same thing in GtkGLExtVTKRenderWindowInteractor, and in
JH> other tests I have written using pygtkglext. If I comment out
If the problem exists with other non-VTK pygtkglext scripts you should
really tell the pygtkglext folks about this problem since they are
probably the ones who might know what is wrong.
JH> the line in GtkGLExtVTKRenderWindowInteractor that gets the
JH> window id from gtk, causing the render window to be in its own
JH> window rather than inside the gtk window, then the model
JH> renders correctly.
Yes, it will because in that case pygtkglext is no longer used and a
normal vtkRenderWindow (its subclass actually) is used, which as you
note works fine.
prabhu
More information about the vtkusers
mailing list