Feat/polish-perf #13

Merged
math-pixel merged 20 commits from feat/polish-perf into develop 2026-05-31 22:11:59 +00:00
Showing only changes of commit 4b4162b7d2 - Show all commits
+5 -5
View File
@@ -20,7 +20,7 @@ export const CHARACTER_CONFIGS = {
modelPath: "/models/electricienne-animated/model.gltf",
position: [-40.5, 0, 45.5],
rotation: [0, -0.35, 0],
scale: [1, 1, 1],
scale: [1.55, 1.55, 1.55],
animations: ["Dance"],
defaultAnimation: "Dance",
},
@@ -28,9 +28,9 @@ export const CHARACTER_CONFIGS = {
id: "gerant",
label: "Gerant",
modelPath: "/models/gerant-animated/model.gltf",
position: [59.5, 0, 64.64],
rotation: [0, 2.41, 0],
scale: [1, 1, 1],
position: [58, 0, 62.5],
rotation: [0, 1.83, 0],
scale: [1.55, 1.55, 1.55],
animations: ["idle", "walk"],
defaultAnimation: "idle",
},
@@ -40,7 +40,7 @@ export const CHARACTER_CONFIGS = {
modelPath: "/models/fermier-animated/model.gltf",
position: [-6.5, 0, -69.5],
rotation: [0, -1.18, 0],
scale: [1, 1, 1],
scale: [1.55, 1.55, 1.55],
animations: ["idle", "walk"],
defaultAnimation: "idle",
},