galacean / engine

A typescript interactive engine, support 2D, 3D, animation, physics, built on WebGL and glTF.
https://galacean.antgroup.com/engine
MIT License
4.2k stars 299 forks source link

Fix blendShape bug caused by error order #2041

Closed luzhuang closed 6 months ago

luzhuang commented 6 months ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

What is the current behavior? (You can also link to an open issue here)

What is the new behavior (if this is a feature change)?

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

Other information:

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 66.06%. Comparing base (025033e) to head (a8516ea). Report is 171 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2041 +/- ## ========================================== - Coverage 67.46% 66.06% -1.40% ========================================== Files 471 460 -11 Lines 23809 22993 -816 Branches 3402 3369 -33 ========================================== - Hits 16062 15190 -872 - Misses 6556 6643 +87 + Partials 1191 1160 -31 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.