Rename assiette GLTF to remove special chars, add .gitignore
All checks were successful
Deploy / Deploy to Production (push) Successful in 10s
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:
parent
e0467f5181
commit
33fbdfbb47
3 changed files with 4 additions and 1 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
.claude
|
||||
.claude/*
|
||||
.vscode
|
||||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue