chore(utils): Tweaks to neckstimate ratios
This commit is contained in:
parent
cfccaede02
commit
ed47b7ea95
1 changed files with 4 additions and 4 deletions
|
@ -21,6 +21,7 @@ export default {
|
||||||
neckCircumference: c,
|
neckCircumference: c,
|
||||||
underbust: c,
|
underbust: c,
|
||||||
// Vertical measurements
|
// Vertical measurements
|
||||||
|
crotchDepth: v,
|
||||||
hpsToBust: v,
|
hpsToBust: v,
|
||||||
hpsToWaistBack: v,
|
hpsToWaistBack: v,
|
||||||
hpsToWaistFront: v,
|
hpsToWaistFront: v,
|
||||||
|
@ -32,12 +33,11 @@ export default {
|
||||||
// Other
|
// Other
|
||||||
backSeat: 0.6,
|
backSeat: 0.6,
|
||||||
backWaist: 0.85,
|
backWaist: 0.85,
|
||||||
crossSeam: 0.4,
|
crossSeam: 0.6,
|
||||||
crotchDepth: 0.3,
|
frontCrossSeam: 0.3,
|
||||||
frontCrossSeam: 0.2,
|
|
||||||
headCircumference: 0.35,
|
headCircumference: 0.35,
|
||||||
inseam: 0.25,
|
inseam: 0.25,
|
||||||
kneeCircumference: 0.55,
|
kneeCircumference: 0.65,
|
||||||
seatCircumference: 0.6,
|
seatCircumference: 0.6,
|
||||||
shoulderToElbow: 0.5,
|
shoulderToElbow: 0.5,
|
||||||
shoulderToShoulder: 0.75,
|
shoulderToShoulder: 0.75,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue