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:
@@ -5,7 +5,7 @@ import * as THREE from "three";
|
||||
import gsap from "gsap";
|
||||
import type { Vector3Tuple } from "@/types/three/three";
|
||||
|
||||
const TALKIE_MODEL_PATH = "/models/talkie/model.gltf";
|
||||
const TALKIE_MODEL_PATH = "/models/talkie/model.glb";
|
||||
const TALKIE_REST_Y = -1.55;
|
||||
const TALKIE_ACTIVE_Y = -0.38;
|
||||
const TALKIE_BASE_ROTATION: Vector3Tuple = [0.08, -0.52, -0.04];
|
||||
|
||||
Reference in New Issue
Block a user