construction: Changed point names according to best practices
This commit is contained in:
parent
5b9600b6fc
commit
adab3bce3d
3 changed files with 22 additions and 30 deletions
|
@ -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"]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue