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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user