1
0
Fork 0

construction: Changed point names according to best practices

This commit is contained in:
Joost De Cock 2018-08-10 17:44:29 +02:00
parent 5b9600b6fc
commit adab3bce3d
3 changed files with 22 additions and 30 deletions

View file

@ -11,9 +11,9 @@ var front = {
// Cut arm a bit deeper at the front
let deeper = measurements.chestCircumference * options.frontArmholeDeeper;
points.armholeHollowCp2.x -= deeper;
points.armholePitch.x -= deeper;
points.armholePitchCp1.x -= deeper;
points.armholePitch.x -= deeper;
points.armholePitchCp2.x -= deeper;
// Rename cb (center back) to cf (center front)
for (let key of ["Neck", "Shoulder", "Armhole", "Waist", "Hips"]) {