initial implementation of sketching on extrude face

This commit is contained in:
Kurt Hutten IrevDev
2023-01-09 13:19:14 +11:00
parent 2e007ae288
commit ed686e5e69
6 changed files with 194 additions and 12 deletions

View File

@ -36,6 +36,12 @@ type GuiModes =
rotation: Rotation
position: Position
}
| {
mode: 'canEditExtrude'
pathToNode: PathToNode
rotation: Rotation
position: Position
}
interface StoreState {
editorView: EditorView | null