Skip to content

Commit 372f356

Browse files
fix(stage-ui-three): lipsync update() (#971)
* bug-fix: lipsync update * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent d92375f commit 372f356

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

packages/stage-ui-three/src/components/Model/VRMModel.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ async function loadModel() {
436436
idleEyeSaccades.update(activeVrm, lookAtTarget, delta)
437437
vrmEmote.value?.update(delta)
438438
vrmLipSync.update(activeVrm, delta)
439+
activeVrm?.expressionManager?.update()
439440
activeVrm?.springBoneManager?.update(delta)
440441
}).off
441442

pnpm-lock.yaml

Lines changed: 3 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)