You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently VTK version 6 has some incompatibilities with VTK version 5.
A note should be added that openvoronoi visualization scripts only work with VTK version 5.
or the scripts rewritten so they work on the latest VTK release.
The text was updated successfully, but these errors were encountered:
Modified all the python examples for VTK6 in my fork (merged with jtpedersen's SVG fork). Most of them run (on OS X) except for the following:
• hilbert_curve_1_vd.py => endless loop?
• line-segment/lineseg_50_animation.py and point_animation.py => signature mismatch addVertexSite()
• voronoi_10_step_animation.py => getSeedVertex() missing in VoronoiDiagram
• poisson_stat_3.py => 'poisson/N10000_S0.pickle.gz' file not found
Apparently VTK version 6 has some incompatibilities with VTK version 5.
A note should be added that openvoronoi visualization scripts only work with VTK version 5.
or the scripts rewritten so they work on the latest VTK release.
The text was updated successfully, but these errors were encountered: