@seayoo-web/pixi-live2d 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3 -6
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -21683,12 +21683,9 @@ class Th {
|
|
|
21683
21683
|
*/
|
|
21684
21684
|
lockHeadAngle() {
|
|
21685
21685
|
if (!this.model) return;
|
|
21686
|
-
const e =
|
|
21687
|
-
|
|
21688
|
-
|
|
21689
|
-
for (const i of e)
|
|
21690
|
-
r.setParameterValueById(i, 0);
|
|
21691
|
-
});
|
|
21686
|
+
const e = this.model.internalModel;
|
|
21687
|
+
e.updateNaturalMovements = () => {
|
|
21688
|
+
};
|
|
21692
21689
|
}
|
|
21693
21690
|
/** 窗口大小改变的处理函数 */
|
|
21694
21691
|
handleResize = () => {
|