优化,增加表情幅度
This commit is contained in:
@ -395,6 +395,11 @@ function updateExpressionSpeed(value) {
|
||||
document.getElementById('expressionSpeedValue').textContent = value;
|
||||
}
|
||||
|
||||
function updateExpressionStrength(value) {
|
||||
animator.expressionParams.strength = parseFloat(value);
|
||||
document.getElementById('expressionStrengthValue').textContent = value;
|
||||
}
|
||||
|
||||
// 折叠/展开功能
|
||||
function toggleCollapse(event, paramGroupId) {
|
||||
event.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user