Rename assiette GLTF to remove special chars, add .gitignore
All checks were successful
Deploy / Deploy to Production (push) Successful in 10s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-05-22 17:34:45 +02:00
parent e0467f5181
commit 33fbdfbb47
3 changed files with 4 additions and 1 deletions

3
.gitignore vendored Normal file
View file

@ -0,0 +1,3 @@
.claude
.claude/*
.vscode

View file

@ -363,7 +363,7 @@
const clock = new THREE.Clock();
new GLTFLoader().load(
'assets/3D-samples/assiette%20%20compl%C3%A8te%20anim%20-%20gltf.gltf',
'assets/3D-samples/assiette-anim.gltf',
(gltf) => {
const model = gltf.scene;
const box = new THREE.Box3().setFromObject(model);