From 33fbdfbb474d4e1b4cf7fe1b0b07384360f6c5ee Mon Sep 17 00:00:00 2001 From: isUnknown Date: Fri, 22 May 2026 17:34:45 +0200 Subject: [PATCH] Rename assiette GLTF to remove special chars, add .gitignore Co-Authored-By: Claude Sonnet 4.6 --- .gitignore | 3 +++ ...{assiette complète anim - gltf.gltf => assiette-anim.gltf} | 0 assiette.html | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore rename assets/3D-samples/{assiette complète anim - gltf.gltf => assiette-anim.gltf} (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..011fd79 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.claude +.claude/* +.vscode \ No newline at end of file diff --git a/assets/3D-samples/assiette complète anim - gltf.gltf b/assets/3D-samples/assiette-anim.gltf similarity index 100% rename from assets/3D-samples/assiette complète anim - gltf.gltf rename to assets/3D-samples/assiette-anim.gltf diff --git a/assiette.html b/assiette.html index 9c27761..20bbc61 100644 --- a/assiette.html +++ b/assiette.html @@ -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);