tweak anim

This commit is contained in:
syuilo 2026-05-16 07:00:19 +09:00
commit 9ae6a9f426

View file

@ -332,7 +332,7 @@ export class RoomEngine extends EventEmitter {
BABYLON.Animation.ANIMATIONLOOPMODE_CONSTANT,
);
const keys = [
{ frame: 0, value: new BABYLON.Vector3(0.8, 1.2, 0.8) },
{ frame: 0, value: new BABYLON.Vector3(0.9, 1.2, 0.9) },
{ frame: 60, value: new BABYLON.Vector3(1, 1, 1) },
];
this.putAnim.setKeys(keys);