sparkles: Auto-fitting of collar via brianFitCollar option
This commit is contained in:
parent
bb81f44678
commit
ebb29cd5c5
9 changed files with 982 additions and 923 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue