Hi! In the provided example of pyacvd:
clus = pyacvd.Clustering(cow)
# mesh is not dense enough for uniform remeshing
clus.subdivide(3)
clus.cluster(20000)
# plot clustered cow mesh
clus.plot()
There is this comment on "mesh is not dense enough for uniform remeshing". Does this imply any faster alternatives/code changes for dense enough meshes? Thanks!
Hi! In the provided example of
pyacvd:There is this comment on "mesh is not dense enough for uniform remeshing". Does this imply any faster alternatives/code changes for dense enough meshes? Thanks!