place blocks

This commit is contained in:
2022-02-24 20:20:33 +08:00
parent 9195dd7c3f
commit 32b06810e2
17 changed files with 309 additions and 55 deletions

View File

@ -75,7 +75,7 @@ func (f *FramewireRenderer) PushLine(p0, p1 itype.Vec3f, color0, color1 color.Co
)
}
const FramewireSizeShrink = 1e-2
const FramewireSizeShrink = 1e-4
// PushBox pushes a 3D box into the vertex array.
//