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);