Files
yourpart3/.gitignore
Torsten Schulz (local) 4379b0b955 Implement model optimization and caching for 3D characters
- Added a new modelsProxyRouter to handle requests for optimized 3D character models.
- Introduced modelsProxyService to manage GLB file optimization using gltf-transform with Draco compression.
- Updated app.js to include the new modelsProxyRouter for API access.
- Enhanced .gitignore to exclude model cache files.
- Added scripts for optimizing GLB models and updated README with optimization instructions.
- Integrated DRACOLoader in Character3D.vue for loading compressed models.
- Updated FamilyView.vue to streamline character rendering logic.
2026-01-22 13:24:47 +01:00

26 lines
355 B
Plaintext

.gitignore
.env
.depall.sh
.depfe.sh
.depbe.sh
node_modules
node_modules/*
backend/.env
backend/images
backend/images/*
backend/node_modules
backend/node_modules/*
frontend/.env
frontend/node_modules
frontend/node_modules/*
frontend/dist
frontend/dist/*
frontedtree.txt
backend/dist/
backend/data/model-cache
build
build/*
.vscode
.vscode/*
.clang-format