Commit 3eb3eac
authored
feat: add degenerate-bevel-weld example (#112)
Isolates the half-dimension bevel collapse found authoring
gltf-export-roundtrip: a slab beveled at offset == min_dim/2 pinches
its band into exactly 12 zero-area faces (4 min-axis edges x 3
segments) with 16 coincident verts (4 x (segments+1)) and min_area down
3.2e5x, while the safe offset yields none. The export angle is the
point: a stdlib re-parse of the shipped GLB recomputes every triangle
area from raw POSITION + indices buffers and counts 32 degenerate
triangles crossing the boundary (MEASURED regression constant,
re-measure recipe in check) versus 0 for the safe mesh — the loops an
engine merge-by-distance welds. Probed five regimes to ground the
closed forms (clamp on/off x safe/half/over, modifier vs bmesh path).
Byte-identical on 4.5.11 and 5.1.2. Falsified: safe offset at threshold
(exit 3), degenerate offset below it (exit 4), coincident closed form
corrupted (exit 6), GLB census off (exit 8). Render path gated with
check_framing (0.794x/0.356y, margins >= 0.100); dual tray with
live-data seam markers. Count prose bumped to 40 across
README/CLAUDE/AGENTS.
Signed-off-by: fOuttaMyPaint <TMhospitalitystrategies@gmail.com>1 parent 2974086 commit 3eb3eac
14 files changed
Lines changed: 1207 additions & 7 deletions
File tree
- .cursor-plugin
- .github/workflows
- docs/gallery
- assets
- contact-sheets
- degenerate-bevel-weld
- examples
- degenerate-bevel-weld
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
554 | 554 | | |
555 | 555 | | |
556 | 556 | | |
| 557 | + | |
| 558 | + | |
| 559 | + | |
| 560 | + | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
760 | 760 | | |
761 | 761 | | |
762 | 762 | | |
| 763 | + | |
| 764 | + | |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
| 782 | + | |
763 | 783 | | |
764 | 784 | | |
765 | 785 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
Loading
0 commit comments