fix(model): load lafabrik glb

This commit is contained in:
Tom Boullay
2026-05-31 22:14:13 +02:00
parent e212e4bbd5
commit d3b4a55e71
4 changed files with 12 additions and 12 deletions
@@ -6,7 +6,7 @@ import {
import { getMapLodModelPath } from "@/data/world/mapLodConfig";
import { useMapLodModelPath } from "@/hooks/world/useMapLodModelPath";
const LA_FABRIK_MODEL_PATH = "/models/lafabrik/model.gltf";
const LA_FABRIK_MODEL_PATH = "/models/lafabrik/model.glb";
const LA_FABRIK_LOD_MODEL_PATH = getMapLodModelPath("lafabrik");
type LaFabrikMapModelProps = Omit<MergedStaticMapModelProps, "modelPath">;