@galacean/engine-spine 4.2.1-alpha.0 → 4.2.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/browser.js +1 -1
- package/dist/main.js +3 -3
- package/dist/main.js.map +1 -1
- package/dist/miniprogram.js +3 -3
- package/dist/module.js +3 -3
- package/dist/module.js.map +1 -1
- package/package.json +3 -3
- package/types/renderer/SpineAnimationRenderer.d.ts +1 -1
package/dist/main.js
CHANGED
|
@@ -11000,8 +11000,8 @@ SpineMaterial._spineFS = "\n uniform sampler2D material_SpineTexture;\n\n
|
|
|
11000
11000
|
function SpineAnimationRenderer(entity) {
|
|
11001
11001
|
var _this;
|
|
11002
11002
|
_this = Renderer.call(this, entity) || this, /**
|
|
11003
|
-
* The spacing between z layers.
|
|
11004
|
-
*/ _this.zSpacing = 0.
|
|
11003
|
+
* The spacing between z layers in world units.
|
|
11004
|
+
*/ _this.zSpacing = 0.001, /**
|
|
11005
11005
|
* Whether to use premultiplied alpha mode for rendering.
|
|
11006
11006
|
* When enabled, vertex color values are multiplied by the alpha channel.
|
|
11007
11007
|
* @remarks
|
|
@@ -11632,7 +11632,7 @@ for(var key in RendererObject){
|
|
|
11632
11632
|
for(var key1 in LoaderObject){
|
|
11633
11633
|
engine.Loader.registerClass(key1, LoaderObject[key1]);
|
|
11634
11634
|
}
|
|
11635
|
-
var version = "4.2.1
|
|
11635
|
+
var version = "4.2.1";
|
|
11636
11636
|
console.log("Galacean spine version: " + version);
|
|
11637
11637
|
|
|
11638
11638
|
exports.AlphaTimeline = AlphaTimeline;
|