1
0
Fork 0

chore(wahid): Set brian s3 options as constants

This commit is contained in:
Joost De Cock 2021-06-13 15:38:27 +02:00
parent fd34db545a
commit 2a3d20e4ab

View file

@ -73,69 +73,24 @@ export default {
bicepsEase: 0.15, bicepsEase: 0.15,
acrossBackFactor: 0.97, acrossBackFactor: 0.97,
frontArmholeDeeper: 0.005, frontArmholeDeeper: 0.005,
// s3 is short for Shoulder Seam Shift
s3Collar: 0,
s3Armhole: 0,
// Wahid options start here // Wahid options start here
frontOverlap: 0.01, frontOverlap: 0.01,
armholeDepthFactor: { armholeDepthFactor: { pct: 70, min: 60, max: 80 },
pct: 70, pocketLocation: { pct: 35, min: 25, max: 55 },
min: 60, pocketWidth: { pct: 10, max: 15, min: 8 },
max: 80, weltHeight: { pct: 12.5, max: 20, min: 10 },
}, chestEase: { pct: 2, min: 1, max: 10 },
pocketLocation: { waistEase: { pct: 8, min: 2, max: 15 },
pct: 35, hipsEase: { pct: 8, min: 2, max: 15 },
min: 25, lengthBonus: { pct: 1, min: 0, max: 8 },
max: 55, backScyeDart: { deg: 2, min: 0, max: 6 },
}, frontScyeDart: { deg: 6, min: 0, max: 12 },
pocketWidth: { centerBackDart: { pct: 2, min: 0, max: 5 },
pct: 10, necklineDrop: { pct: 50, min: 35, max: 85 },
max: 15,
min: 8,
},
weltHeight: {
pct: 12.5,
max: 20,
min: 10,
},
chestEase: {
pct: 2,
min: 1,
max: 10,
},
waistEase: {
pct: 8,
min: 2,
max: 15,
},
hipsEase: {
pct: 8,
min: 2,
max: 15,
},
lengthBonus: {
pct: 1,
min: 0,
max: 8,
},
backScyeDart: {
deg: 2,
min: 0,
max: 6,
},
frontScyeDart: {
deg: 6,
min: 0,
max: 12,
},
centerBackDart: {
pct: 2,
min: 0,
max: 5,
},
necklineDrop: {
pct: 50,
min: 35,
max: 85,
},
frontStyle: { frontStyle: {
dflt: 'classic', dflt: 'classic',
list: ['classic', 'rounded'], list: ['classic', 'rounded'],
@ -144,40 +99,12 @@ export default {
dflt: 'classic', dflt: 'classic',
list: ['classic', 'rounded', 'square'], list: ['classic', 'rounded', 'square'],
}, },
hemRadius: { hemRadius: { pct: 6, min: 2, max: 12 },
pct: 6, buttons: { count: 6, min: 4, max: 12 },
min: 2, backInset: { pct: 15, min: 10, max: 20 },
max: 12, frontInset: { pct: 15, min: 10, max: 20 },
}, shoulderInset: { pct: 10, min: 0, max: 20 },
buttons: { neckInset: { pct: 5, min: 0, max: 10 },
count: 6, pocketAngle: { deg: 5, min: 0, max: 5 },
min: 4,
max: 12,
},
backInset: {
pct: 15,
min: 10,
max: 20,
},
frontInset: {
pct: 15,
min: 10,
max: 20,
},
shoulderInset: {
pct: 10,
min: 0,
max: 20,
},
neckInset: {
pct: 5,
min: 0,
max: 10,
},
pocketAngle: {
deg: 5,
min: 0,
max: 5,
},
}, },
} }