mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
tweak anim
This commit is contained in:
parent
a8ca0cf9ed
commit
9ae6a9f426
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue