chore(talkie): point full-detail talkie path at model.glb

The talkie folder now ships a single binary GLB; update the four call
sites (TalkieModel, gallery, two repair mission entries) to load
model.glb. The talkie-LOD path is unchanged.
This commit is contained in:
Tom Boullay
2026-06-02 15:06:44 +02:00
parent 68253fae41
commit 49ebacfbfb
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -143,7 +143,7 @@ export const galleryModels: GalleryModel[] = [
},
{ id: "sapin", name: "Sapin", path: "/models/sapin/model.gltf" },
{ id: "skybox", name: "Skybox", path: "/models/skybox/skybox.gltf" },
{ id: "talkie", name: "Talkie", path: "/models/talkie/model.gltf" },
{ id: "talkie", name: "Talkie", path: "/models/talkie/model.glb" },
{ id: "terrain", name: "Terrain", path: "/models/terrain/model.gltf" },
{
id: "tuyauxlac",