valette / ACVD

Fast simplification of 3D surface meshes
https://www.creatis.insa-lyon.fr/~valette/public/project/acvd/
Other
264 stars 57 forks source link

Can't compile code #2

Closed updega2 closed 8 years ago

updega2 commented 10 years ago

Have you guys kept your code up to date with the latest releases of VTK? I am getting errors when trying to compile. I noticed the code was released in 2008, so I assume that it hasn't been updated along with changing vtk classes. Let me know if I am correct in assuming this.

valette commented 10 years ago

The code should work well with vtk 5. There is a branch 'vtk6' for vtk 6 but it is not tested /finished yet.

Compatibility with vtk 6 will definitely happen, and patches are welcome to make it happen sooner :-)

valette commented 10 years ago

Also, testing is done under Linux so any feedback on other systems is welcome!

valette commented 10 years ago

FYI, the vtk6 branch seems now fine to compile and use with VTK6 now