1
0
Fork 0

boom: Grouped current models under men

This commit is contained in:
Joost De Cock 2018-08-10 16:26:06 +02:00
parent b5ceb39327
commit a334610014

View file

@ -1,74 +1,76 @@
export default { export default {
manSize34: { men: {
bicepsCircumference: 335, manSize34: {
centerBackNeckToWaist: 489, bicepsCircumference: 335,
chestCircumference: 849, centerBackNeckToWaist: 489,
hipsCircumference: 722, chestCircumference: 849,
naturalWaistToHip: 100, hipsCircumference: 722,
neckCircumference: 366, naturalWaistToHip: 100,
shoulderSlope: 43, neckCircumference: 366,
shoulderToShoulder: 419, shoulderSlope: 43,
shoulderToWrist: 670, shoulderToShoulder: 419,
wristCircumference: 175 shoulderToWrist: 670,
}, wristCircumference: 175
manSize36: { },
bicepsCircumference: 290, manSize36: {
centerBackNeckToWaist: 492, bicepsCircumference: 290,
chestCircumference: 907, centerBackNeckToWaist: 492,
hipsCircumference: 780, chestCircumference: 907,
naturalWaistToHip: 105, hipsCircumference: 780,
neckCircumference: 378, naturalWaistToHip: 105,
shoulderSlope: 46, neckCircumference: 378,
shoulderToShoulder: 431, shoulderSlope: 46,
shoulderToWrist: 675, shoulderToShoulder: 431,
wristCircumference: 180 shoulderToWrist: 675,
}, wristCircumference: 180
manSize38: { },
bicepsCircumference: 305, manSize38: {
centerBackNeckToWaist: 495, bicepsCircumference: 305,
chestCircumference: 965, centerBackNeckToWaist: 495,
hipsCircumference: 838, chestCircumference: 965,
naturalWaistToHip: 110, hipsCircumference: 838,
neckCircumference: 391, naturalWaistToHip: 110,
shoulderSlope: 49, neckCircumference: 391,
shoulderToShoulder: 444, shoulderSlope: 49,
shoulderToWrist: 680, shoulderToShoulder: 444,
wristCircumference: 185 shoulderToWrist: 680,
}, wristCircumference: 185
manSize40: { },
bicepsCircumference: 320, manSize40: {
centerBackNeckToWaist: 498, bicepsCircumference: 320,
chestCircumference: 1023, centerBackNeckToWaist: 498,
hipsCircumference: 896, chestCircumference: 1023,
naturalWaistToHip: 115, hipsCircumference: 896,
neckCircumference: 404, naturalWaistToHip: 115,
shoulderSlope: 52, neckCircumference: 404,
shoulderToShoulder: 457, shoulderSlope: 52,
shoulderToWrist: 685, shoulderToShoulder: 457,
wristCircumference: 190 shoulderToWrist: 685,
}, wristCircumference: 190
manSize42: { },
bicepsCircumference: 335, manSize42: {
centerBackNeckToWaist: 501, bicepsCircumference: 335,
chestCircumference: 1081, centerBackNeckToWaist: 501,
hipsCircumference: 895, chestCircumference: 1081,
naturalWaistToHip: 120, hipsCircumference: 895,
neckCircumference: 416, naturalWaistToHip: 120,
shoulderSlope: 55, neckCircumference: 416,
shoulderToShoulder: 470, shoulderSlope: 55,
shoulderToWrist: 690, shoulderToShoulder: 470,
wristCircumference: 195 shoulderToWrist: 690,
}, wristCircumference: 195
manSize44: { },
bicepsCircumference: 350, manSize44: {
centerBackNeckToWaist: 505, bicepsCircumference: 350,
chestCircumference: 1139, centerBackNeckToWaist: 505,
hipsCircumference: 1012, chestCircumference: 1139,
naturalWaistToHip: 125, hipsCircumference: 1012,
neckCircumference: 429, naturalWaistToHip: 125,
shoulderSlope: 58, neckCircumference: 429,
shoulderToShoulder: 483, shoulderSlope: 58,
shoulderToWrist: 700, shoulderToShoulder: 483,
wristCircumference: 200 shoulderToWrist: 700,
wristCircumference: 200
}
} }
}; };