wrench: All options are percentages now (or constants)
This commit is contained in:
parent
bd850d4be7
commit
bf1b77069f
3 changed files with 7 additions and 6 deletions
|
@ -37,7 +37,10 @@ var base = {
|
|||
);
|
||||
points.cbHips = new Point(
|
||||
0,
|
||||
points.cbWaist.y + measurements.naturalWaistToHip
|
||||
points.cbWaist.y +
|
||||
measurements.naturalWaistToHip +
|
||||
(measurements.centerBackNeckToWaist + measurements.naturalWaistToHip) *
|
||||
options.lengthBonus
|
||||
);
|
||||
|
||||
// Side back (cb) vertical axis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue