fix(brian): Fixed issue with waist point
This commit is contained in:
parent
039f95e8d1
commit
290d166316
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export default part => {
|
|||
points.cbHps = new Point(0, 0)
|
||||
points.cbNeck = new Point(0, options.backNeckCutout * measurements.neckCircumference)
|
||||
points.cbHips = new Point(0, measurements.hpsToHipsBack)
|
||||
points.cbWaist = new Point(0, points.cbHips - measurements.naturalWaistToHip)
|
||||
points.cbWaist = new Point(0, points.cbHips.y - measurements.naturalWaistToHip)
|
||||
|
||||
// Shoulder point using new shoulderSlope measurement
|
||||
points.shoulder = utils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue