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,
|
||||
underbust: c,
|
||||
// Vertical measurements
|
||||
crotchDepth: v,
|
||||
hpsToBust: v,
|
||||
hpsToWaistBack: v,
|
||||
hpsToWaistFront: v,
|
||||
|
@ -32,12 +33,11 @@ export default {
|
|||
// Other
|
||||
backSeat: 0.6,
|
||||
backWaist: 0.85,
|
||||
crossSeam: 0.4,
|
||||
crotchDepth: 0.3,
|
||||
frontCrossSeam: 0.2,
|
||||
crossSeam: 0.6,
|
||||
frontCrossSeam: 0.3,
|
||||
headCircumference: 0.35,
|
||||
inseam: 0.25,
|
||||
kneeCircumference: 0.55,
|
||||
kneeCircumference: 0.65,
|
||||
seatCircumference: 0.6,
|
||||
shoulderToElbow: 0.5,
|
||||
shoulderToShoulder: 0.75,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue