Corriger le chemin du fichier GLTF moule asperges
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:
isUnknown 2026-05-26 15:20:11 +02:00
parent 632275284a
commit ebf787e9b1

View file

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