修复播放完动画,嘴角下垂的问题
This commit is contained in:
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user