We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5e53a commit 918c377Copy full SHA for 918c377
packages/chili/src/commands/create/loft.ts
@@ -87,7 +87,7 @@ export class LoftCommand extends CancelableCommand {
87
}
88
89
90
- this.shapes.push(data.shapes[0].shape.transformed(data.nodes![0].worldTransform()));
+ this.shapes.push(data.shapes[0].shape.transformedMul(data.nodes![0].worldTransform()));
91
this.displayVisual();
92
93
0 commit comments