Feat/polish-perf #13
@@ -20,7 +20,7 @@ export const CHARACTER_CONFIGS = {
|
|||||||
modelPath: "/models/electricienne-animated/model.gltf",
|
modelPath: "/models/electricienne-animated/model.gltf",
|
||||||
position: [-40.5, 0, 45.5],
|
position: [-40.5, 0, 45.5],
|
||||||
rotation: [0, -0.35, 0],
|
rotation: [0, -0.35, 0],
|
||||||
scale: [1, 1, 1],
|
scale: [1.55, 1.55, 1.55],
|
||||||
animations: ["Dance"],
|
animations: ["Dance"],
|
||||||
defaultAnimation: "Dance",
|
defaultAnimation: "Dance",
|
||||||
},
|
},
|
||||||
@@ -28,9 +28,9 @@ export const CHARACTER_CONFIGS = {
|
|||||||
id: "gerant",
|
id: "gerant",
|
||||||
label: "Gerant",
|
label: "Gerant",
|
||||||
modelPath: "/models/gerant-animated/model.gltf",
|
modelPath: "/models/gerant-animated/model.gltf",
|
||||||
position: [59.5, 0, 64.64],
|
position: [58, 0, 62.5],
|
||||||
rotation: [0, 2.41, 0],
|
rotation: [0, 1.83, 0],
|
||||||
scale: [1, 1, 1],
|
scale: [1.55, 1.55, 1.55],
|
||||||
animations: ["idle", "walk"],
|
animations: ["idle", "walk"],
|
||||||
defaultAnimation: "idle",
|
defaultAnimation: "idle",
|
||||||
},
|
},
|
||||||
@@ -40,7 +40,7 @@ export const CHARACTER_CONFIGS = {
|
|||||||
modelPath: "/models/fermier-animated/model.gltf",
|
modelPath: "/models/fermier-animated/model.gltf",
|
||||||
position: [-6.5, 0, -69.5],
|
position: [-6.5, 0, -69.5],
|
||||||
rotation: [0, -1.18, 0],
|
rotation: [0, -1.18, 0],
|
||||||
scale: [1, 1, 1],
|
scale: [1.55, 1.55, 1.55],
|
||||||
animations: ["idle", "walk"],
|
animations: ["idle", "walk"],
|
||||||
defaultAnimation: "idle",
|
defaultAnimation: "idle",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user