@galacean/effects-plugin-spine 2.1.0 → 2.1.1
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/alipay.js +3 -1
- package/dist/alipay.js.map +1 -1
- package/dist/alipay.mjs +3 -1
- package/dist/alipay.mjs.map +1 -1
- package/dist/douyin.js +3 -1
- package/dist/douyin.js.map +1 -1
- package/dist/douyin.mjs +3 -1
- package/dist/douyin.mjs.map +1 -1
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -2
- package/dist/index.min.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/dist/weapp.js +3 -1
- package/dist/weapp.js.map +1 -1
- package/dist/weapp.mjs +3 -1
- package/dist/weapp.mjs.map +1 -1
- package/package.json +2 -2
package/dist/alipay.js
CHANGED
|
@@ -11040,8 +11040,10 @@ var SlotGroup = /*#__PURE__*/ function() {
|
|
|
11040
11040
|
* @internal
|
|
11041
11041
|
* @param renderer
|
|
11042
11042
|
*/ _proto.render = function render(renderer) {
|
|
11043
|
+
var worldMatrix = this.transform.getWorldMatrix();
|
|
11043
11044
|
this.meshGroups.forEach(function(spineMesh) {
|
|
11044
11045
|
var mesh = spineMesh.mesh;
|
|
11046
|
+
mesh.worldMatrix = worldMatrix;
|
|
11045
11047
|
mesh.render(renderer);
|
|
11046
11048
|
});
|
|
11047
11049
|
};
|
|
@@ -11506,7 +11508,7 @@ EFFECTS.registerPlugin("spine", /*#__PURE__*/ function(AbstractPlugin) {
|
|
|
11506
11508
|
}(EFFECTS.AbstractPlugin), EFFECTS.VFXItem);
|
|
11507
11509
|
/**
|
|
11508
11510
|
* 插件版本号
|
|
11509
|
-
*/ var version = "2.1.
|
|
11511
|
+
*/ var version = "2.1.1";
|
|
11510
11512
|
EFFECTS.logger.info("Plugin spine version: " + version + ".");
|
|
11511
11513
|
if (version !== EFFECTS__namespace.version) {
|
|
11512
11514
|
console.error("注意:请统一 Spine 插件与 Player 版本,不统一的版本混用会有不可预知的后果!", "\nAttention: Please ensure the Spine plugin is synchronized with the Player version. Mixing and matching incompatible versions may result in unpredictable consequences!");
|