fold icon indicating copy to clipboard operation
fold copied to clipboard

Discrepancy about ordering of faces_edges between spec and example

Open cryslith opened this issue 2 years ago • 1 comments

From the spec:

faces_vertices and faces_edges should align in start so that faces_edges[f][i] is the edge connecting faces_vertices[f][i] and faces_vertices[f][(i+1)%d] where d is the degree of face f.

The diagonal-cp and diagonal-folded examples violate this rule; these are the only examples which contain faces_edges. They say they were created with Crease Pattern Editor, so maybe this is a bug in that tool?

cryslith avatar Apr 08 '22 18:04 cryslith

I think this branch should fix the issue in CP-Editor, but I can't manage to build the FOLD library to check.

cryslith avatar Apr 08 '22 20:04 cryslith

Finally merged this and released in 0.11.4.

edemaine avatar Mar 04 '23 22:03 edemaine