Make beloch:named_lines emission material #45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to #28 (PR #43). Operand resolution of a named crease is now material — it tracks through folds and
flip— but the emittedbeloch:named_linesJSON still serializes each crease's frozen original line (l_orig), deliberately kept frozen in PR2 to hold the debug section byte-stable.Make the emission material too: a crease still lying on its original line emits that line; one relocated by a rigid move or
flipemits its current line; one bent by a later fold has no single line and should be omitted (or emitted per-piece). This is the output half of the material-crease model — the resolution half already landed.