thicken inner wall

This commit is contained in:
Octopus Octopus 2022-07-03 15:19:07 -05:00
parent 73b32f42c6
commit 7c6b731feb
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ func bottomPlane() sdf.SDF2 {
} }
func innerWallPlane() sdf.SDF2 { func innerWallPlane() sdf.SDF2 {
wall := sdf.Box2D(v2.Vec{X: 6, Y: BODY_SIZE_Y}, 0) wall := sdf.Box2D(v2.Vec{X: 12, Y: BODY_SIZE_Y}, 0)
wall = sdf.Difference2D(wall, screwHoles()) wall = sdf.Difference2D(wall, screwHoles())