fix: rebuild hay-bale and hitching-post so the joints actually meet - #170
Merged
TMHSDigital merged 3 commits intoSep 16, 2026
Merged
Conversation
Solid square-torus belts snap to belt-local loops so the strap cinches the pillow instead of framing a cube, and hygiene budgets lock the joints. Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Cap, arm, shoe, and rings are derived from the post faces so they meet instead of overlapping boxes, and hygiene budgets lock the contacts. Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Copied mesh-hygiene-audit combinatorics, grounded zmin, and BVH contact gaps are now conventions so the next visual pass inherits them. Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
TMHSDigital
deleted the
feat/showcase-visual-quality-hay-bale-hitching-post
branch
September 16, 2026 00:22
This was referenced Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Visual quality pass on two showcase pieces that had never had an inspection-sheet pass. Hay-bale was a plastic cube with picture-frame twine; hitching-post was a Minecraft post with floating staple-rings. Generators were rebuilt so parts meet from shared planes, then those contacts were locked as hygiene assertions.
Picks: hay-bale and hitching-post — neither had a prior inspection-sheet quality pass; both failed the silhouette/joint test on first look.
Hay-bale
Defects (first inspection)
tq_a, wire, front ortho.joint_end_neg_x.joint_knot, front ortho.joint_end_pos_x.joint_twine_top.Generator fixes (structural)
BELT_XSon the 4-cut loaf), cinched toy_max - RIDGE - EMBED.z_hi + TWINE_T), not a magic Z offset.Hygiene (copied from
examples/mesh-hygiene-audit, not imported)loose/nonman/zero-area/doubles/ngons = 0, zmin within 1e-4 of 0, hay–twine BVH gap < 8 mm.
Measured on 4.5.11 / 5.1.2 / 5.2.1:
Exits: default 0 / 0 / 0;
--skip-decimate9 / 9 / 9 (LOD1 ratio);--lift-z16 / 16 / 16 (grounded zmin).Inspection rounds: 2. Round 1 seated the belts; round 2 dropped the hitch knots into the top belt.
Framing on 5.2.1: fill y=0.828, no
deviation=.Hitching-post
Defects (first inspection)
joint_ring_*,tq_a.joint_arm_post, top ortho.joint_cap_post, top ortho.joint_shoe_post, bottom ortho.half + TENON_PEEK— top ortho.Generator fixes (structural)
half * sqrt(2), rotated 45°, embedded 2 mm so the base vertices land on the post corners.POST_W/ARM_*.TENON_PEEKfrom the stub start so the arm butts the post; tenon stays internal.Hygiene
Same combinatorics. Wood–metal BVH gap < 8 mm. Euler is 10 (multi-body) and is not gated to 2.
Measured on 4.5.11 / 5.1.2 / 5.2.1:
Exits: default 0 / 0 / 0;
--skip-decimate9 / 9 / 9;--lift-z16 / 16 / 16 (grounded zmin).Inspection rounds: 2.
Framing on 5.2.1: fill y=0.806, no
deviation=.Conventions
showcase/README.mdnow requires hygiene budgets, grounded zmin, BVH contact gaps, and--lift-zas the zmin falsifier for every future piece.Test plan
--skip-decimateexits 9 on all three--lift-zexits 16 on all three (named grounded-zmin budget)preview.webpre-rendered on 5.2.1; framing gate passed withoutdeviation=.scratch/inspect/(untracked) looked at, every viewProven by live run: all three binaries, both falsifiers, both framing gates, visual inspection of every sheet image. Established by inspection only: HTML alts after
build_gallery.py.Made with Cursor