Hello,
Has anybody used Visualization Toolkit(VTK) with Java(ref: www.vtk.org). I
am using it currently and I am encountering few problems in repainting of
java components. In VTK, we have vtkPanel, which is very similar to Canvas3D
of java 3d to which I can add vtk 3d objects(called vtkActor). If I continue
the operation of adding and removing these vtkActors to vtkPanel for a say 5
minutes or so, the complete Java GUI freezes(gray out) except for 3d window.
Once I dispose this window, everything returns to normal(the GUI again
becomes active). I feel this is something to do with graphics resources not
getting released. has anybody encountered such problem either in vtk or
java3d? Can somebody help in this regard.
Thanks
Shyam
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".