Adjust spirit object position in app.js

This commit is contained in:
2025-05-28 02:50:10 +02:00
parent e146451208
commit bb025fa8be

View File

@@ -292,7 +292,7 @@ async function showSpirit(spirit) {
}
});
// Positionierung, z.B. am Boden leicht nach hinten
spiritObj.position.set(0, 0, -0.6);
spiritObj.position.set(0, 0, 0);
scene.add(spiritObj);
currentSpiritGroup = spiritObj;