mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
播放器布动画。
This commit is contained in:
parent
8ac7496ce2
commit
ed9fb06dde
@ -28,6 +28,8 @@ ParticleAnimator.prototype.update = function (clock, deltaTime, time) {
|
||||
n.update();
|
||||
} else if (n.userData.type === 'ParticleEmitter') {
|
||||
n.userData.group.tick(deltaTime);
|
||||
} else if (n.userData.type === 'Cloth') {
|
||||
n.update();
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user