Sébastien Valette

Results 17 comments of Sébastien Valette

Generally speaking, a regression test would be a nice thing to implement! But in that specific case (threading remeshing) it would be difficult as in the threaded case, energy minimization...

Thank you for all the pointers, I will look into that! As a side note, I have just exposed more clearly the parallel versions : ACVDP, ACVDQP, AnisotropicRemeshingQP

I have just added a basic continuous integration script to the repository. It uses github actions. It checks that compilation works well, and that the code executes on the provided...

Do you have an example file to share and/or a log?

> > The vtx obj reader is increasing the point count if there are normals or texture coordinates causing the remesh to fail. > > > > https://www.dropbox.com/s/qd8rprg3o6p7ncr/bunny.zip?dl=0 Launching ACVD...

> > Is there a way to get a list of all the clustered faces that will produce a vertex on the reduced mesh? the code is not written but...

> > obj read splits points if the attributes are difference (texture coordinate or normals) If that's really the case, it is a problem from vtkOBJReader, you should ping vtk...

I think putting more logic in attributes handling will be very difficult, as handling these attributes is user-dependent. What about providing the clustering results (a vertex -> cluster lookup table),...

ACVD handles boundaries differently, see section VI.D here : https://hal.archives-ouvertes.fr/hal-00537025/document I had forgotten to expose this option. I just did it in this commit : f66daace39c46ea4b9a4d1c247ce7c972830aa84 This option is not...