Corriger le chemin du fichier GLTF moule asperges
All checks were successful
Deploy / Deploy to Production (push) Successful in 10s
All checks were successful
Deploy / Deploy to Production (push) Successful in 10s
La double extension .gltf.gltf suite au renommage du fichier source. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
632275284a
commit
ebf787e9b1
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@
|
|||
let initCamPos, initTarget;
|
||||
|
||||
new GLTFLoader().load(
|
||||
'assets/3D-samples/moule%20asperges.gltf.gltf',
|
||||
'assets/3D-samples/moule%20asperges.gltf',
|
||||
(gltf) => {
|
||||
const model = gltf.scene;
|
||||
const box = new THREE.Box3().setFromObject(model);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue