Lame helper plane for clipping

TODO: the visible plane should have its center at the axes origin
This commit is contained in:
2025-10-15 20:49:12 +02:00
parent c1622799d1
commit 7b556a676c
2 changed files with 11 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ export const AppState = {
map : null,
clipping : {
enabled: false,
plane : null,
helper : null,
}
}