Merge pull request #203 from thiago-lopes-dev/main

feat: implement export scene system (GLB, STL, OBJ)
This commit is contained in:
Pascal
2026-03-31 16:51:51 -04:00
committed by GitHub
3 changed files with 74 additions and 0 deletions
+1
View File
@@ -14,5 +14,6 @@ export {
disposeMaterial,
} from './lib/materials'
export { default as useViewer } from './store/use-viewer'
export { ExportSystem } from './systems/export/export-system'
export { InteractiveSystem } from './systems/interactive/interactive-system'
export { snapLevelsToTruePositions } from './systems/level/level-utils'