add the ability to edit sketch later

This commit is contained in:
Kurt Hutten IrevDev
2022-12-06 05:40:05 +11:00
parent 847b0b5b28
commit 034c903672
9 changed files with 186 additions and 53 deletions

View File

@ -56,9 +56,8 @@ export const BasePlanes = () => {
setGuiMode({
mode: 'sketch',
sketchMode: 'points',
sketchMode: 'sketchEdit',
axis,
id,
pathToNode,
})