Add sketch on extrude face functionality

This commit is contained in:
Kurt Hutten IrevDev
2023-01-09 08:52:48 +11:00
parent 9ad6b946c0
commit 2e007ae288
6 changed files with 442 additions and 90 deletions

View File

@ -84,7 +84,6 @@ function MovingSphere({
let theNewPoints: [number, number] = [x, y]
const { modifiedAst } = changeArguments(ast, thePath, theNewPoints)
updateAst(modifiedAst)
console.log('reset position')
ref.current.position.set(...position)
}
setIsMouseDown(false)