Initial commit: Fusion->Blender->GLB pipeline + contract for ThreeJS bridge

This commit is contained in:
marco
2026-06-09 17:43:13 +02:00
commit cdf4bfb3ab
9 changed files with 2829 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Build artifacts e output binari (rigenerati da ExportKinematicGraph + build_glb)
*.glb
*.gltf
*.obj
*.mtl
*.stl
*.step
*.stp
hierarchy.json
joints.json
# Python
__pycache__/
*.py[cod]
*$py.class
*.pyo
# IDE / editor
.vscode/
.idea/
*.swp
*.swo
# Windows / OneDrive
Thumbs.db
desktop.ini
~$*
# Log e file temporanei
*.log
*.tmp
*.bak