Merge pull request #292 from sudhir9297/feat/mon-4-feat-fix

feat: column node with door/window nodes improvement
This commit is contained in:
Wassim SAMAD
2026-05-05 16:39:21 -04:00
committed by GitHub
45 changed files with 5710 additions and 217 deletions
@@ -13,6 +13,7 @@ export const sceneRegistry = {
site: new Set<string>(),
building: new Set<string>(),
ceiling: new Set<string>(),
column: new Set<string>(),
level: new Set<string>(),
wall: new Set<string>(),
fence: new Set<string>(),