This commit is contained in:
Kurt Hutten IrevDev
2022-12-04 15:52:27 +11:00
parent 5fa2472e0d
commit b478eaa18d
5 changed files with 85 additions and 60 deletions

View File

@ -56,7 +56,11 @@ export const SketchPlane = () => {
} else if (guiMode.axis === 'yz') {
addLinePoint = [point.z, point.y]
}
const { modifiedAst } = addLine(_ast, guiMode.pathToNode, addLinePoint)
const { modifiedAst } = addLine(
_ast,
guiMode.pathToNode,
addLinePoint
)
updateAst(modifiedAst)
}}
>