[GtkGLExt] vtk and gtk threads...
- From: z pekar gmail com
- To: gtk-list gnome org, gtkglext-list gnome org, vtkusers vtk org
- Subject: [GtkGLExt] vtk and gtk threads...
- Date: Wed, 12 Mar 2008 00:08:52 +0200
Hi,
I have a gtk/vtk program that uses vtkgtk package - vtkgtk.sf.net,
that itself uses gtkglext...
So I use an additional thread to make some computation and apply
changes on renderer,
and every second I render the image to the screen like this:
// render the image
gdk_threads_enter(); // Protect from gtk main loop
getInteractor()->Render();
gdk_flush();
gdk_threads_leave();
under Linux it works just perfect, but my fellows with windows say -
they got massive errors output as long as getInteractor()->Render();
is inside secondary thread, but if they move it to the main thread
everything works fine. The problem is - we need that it stays in the
secondary thread. Do you have an idea what could be the problem/workaround?
( I also put gdk_threads_enter();/leave(); around gtk_main() )
thank you in advance
Zeev Pekar
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]