@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.mjs
CHANGED
|
@@ -11017,8 +11017,10 @@ var SlotGroup = /*#__PURE__*/ function() {
|
|
|
11017
11017
|
* @internal
|
|
11018
11018
|
* @param renderer
|
|
11019
11019
|
*/ _proto.render = function render(renderer) {
|
|
11020
|
+
var worldMatrix = this.transform.getWorldMatrix();
|
|
11020
11021
|
this.meshGroups.forEach(function(spineMesh) {
|
|
11021
11022
|
var mesh = spineMesh.mesh;
|
|
11023
|
+
mesh.worldMatrix = worldMatrix;
|
|
11022
11024
|
mesh.render(renderer);
|
|
11023
11025
|
});
|
|
11024
11026
|
};
|
|
@@ -11483,7 +11485,7 @@ registerPlugin("spine", /*#__PURE__*/ function(AbstractPlugin) {
|
|
|
11483
11485
|
}(AbstractPlugin), VFXItem);
|
|
11484
11486
|
/**
|
|
11485
11487
|
* 插件版本号
|
|
11486
|
-
*/ var version = "2.1.
|
|
11488
|
+
*/ var version = "2.1.1";
|
|
11487
11489
|
logger.info("Plugin spine version: " + version + ".");
|
|
11488
11490
|
if (version !== EFFECTS.version) {
|
|
11489
11491
|
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!");
|