1
0
Fork 0

sparkles: Auto-fitting of collar via brianFitCollar option

This commit is contained in:
Joost De Cock 2018-09-23 13:14:25 +02:00
parent bb81f44678
commit ebb29cd5c5
9 changed files with 982 additions and 923 deletions

View file

@ -12,7 +12,7 @@ export function saBase(side, points, Path) {
if (side === "back") {
path.curve(points.neckCp2, points.cbNeck, points.cbNeck);
} else {
path.curve(points.neckCp2, points.cfNeck, points.cfNeck);
path.curve(points.neckCp2, points.cfNeckCp1, points.cfNeck);
}
return path;