feat: add scene graph cloning utility

This commit is contained in:
John Doe
2026-03-25 22:05:07 -04:00
parent e2cde339ae
commit de9eb6fa78
2 changed files with 122 additions and 0 deletions
+3
View File
@@ -69,3 +69,6 @@ export {
export { WallSystem } from './systems/wall/wall-system'
export { WindowSystem } from './systems/window/window-system'
export { isObject } from './utils/types'
export {
cloneSceneGraph,
} from './utils/clone-scene-graph'