修复播放完动画,嘴角下垂的问题

This commit is contained in:
yinsx
2025-12-24 15:52:06 +08:00
parent de7c26da35
commit 48d587c1ff
3 changed files with 51 additions and 7 deletions

View File

@ -104,6 +104,11 @@ function updateScale(value) {
document.getElementById('scaleValue').textContent = value;
}
function updateFps(value) {
animator.updateConfig('dataFps', parseInt(value, 10));
document.getElementById('fpsValue').textContent = value;
}
function testBlendShape() {
if (morphAdapter.getCacheSize() === 0) {
showStatus("模型未加载", "error");