@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/miniprogram.js
CHANGED
|
@@ -11001,8 +11001,8 @@ SpineMaterial._spineFS = "\n uniform sampler2D material_SpineTexture;\n\n
|
|
|
11001
11001
|
function SpineAnimationRenderer(entity) {
|
|
11002
11002
|
var _this;
|
|
11003
11003
|
_this = Renderer.call(this, entity) || this, /**
|
|
11004
|
-
* The spacing between z layers.
|
|
11005
|
-
*/ _this.zSpacing = 0.
|
|
11004
|
+
* The spacing between z layers in world units.
|
|
11005
|
+
*/ _this.zSpacing = 0.001, /**
|
|
11006
11006
|
* Whether to use premultiplied alpha mode for rendering.
|
|
11007
11007
|
* When enabled, vertex color values are multiplied by the alpha channel.
|
|
11008
11008
|
* @remarks
|
|
@@ -11633,7 +11633,7 @@ for(var key in RendererObject){
|
|
|
11633
11633
|
for(var key1 in LoaderObject){
|
|
11634
11634
|
miniprogram.Loader.registerClass(key1, LoaderObject[key1]);
|
|
11635
11635
|
}
|
|
11636
|
-
var version = "4.2.1
|
|
11636
|
+
var version = "4.2.1";
|
|
11637
11637
|
console.log("Galacean spine version: " + version);
|
|
11638
11638
|
|
|
11639
11639
|
exports.AlphaTimeline = AlphaTimeline;
|
package/dist/module.js
CHANGED
|
@@ -10996,8 +10996,8 @@ SpineMaterial._spineFS = "\n uniform sampler2D material_SpineTexture;\n\n
|
|
|
10996
10996
|
function SpineAnimationRenderer(entity) {
|
|
10997
10997
|
var _this;
|
|
10998
10998
|
_this = Renderer.call(this, entity) || this, /**
|
|
10999
|
-
* The spacing between z layers.
|
|
11000
|
-
*/ _this.zSpacing = 0.
|
|
10999
|
+
* The spacing between z layers in world units.
|
|
11000
|
+
*/ _this.zSpacing = 0.001, /**
|
|
11001
11001
|
* Whether to use premultiplied alpha mode for rendering.
|
|
11002
11002
|
* When enabled, vertex color values are multiplied by the alpha channel.
|
|
11003
11003
|
* @remarks
|
|
@@ -11628,7 +11628,7 @@ for(var key in RendererObject){
|
|
|
11628
11628
|
for(var key1 in LoaderObject){
|
|
11629
11629
|
Loader.registerClass(key1, LoaderObject[key1]);
|
|
11630
11630
|
}
|
|
11631
|
-
var version = "4.2.1
|
|
11631
|
+
var version = "4.2.1";
|
|
11632
11632
|
console.log("Galacean spine version: " + version);
|
|
11633
11633
|
|
|
11634
11634
|
export { AlphaTimeline, Animation, AnimationState, AnimationStateAdapter, AnimationStateData, AssetManagerBase, AtlasAttachmentLoader, Attachment, AttachmentTimeline, BinaryInput, BlendMode, Bone, BoneData, BoundingBoxAttachment, CURRENT, ClippingAttachment, Color, ConstraintData, CurveTimeline, CurveTimeline1, CurveTimeline2, DebugUtils, DeformTimeline, Downloader, DrawOrderTimeline, Event, EventData, EventQueue, EventTimeline, EventType, FIRST, FakeTexture, HOLD_FIRST, HOLD_MIX, HOLD_SUBSEQUENT, IkConstraint, IkConstraintData, IkConstraintTimeline, Inherit, InheritTimeline, IntSet, Interpolation, LoaderUtils, MathUtils, MeshAttachment, MixBlend, MixDirection, PathAttachment, PathConstraint, PathConstraintData, PathConstraintMixTimeline, PathConstraintPositionTimeline, PathConstraintSpacingTimeline, Physics, PhysicsConstraintDampingTimeline, PhysicsConstraintGravityTimeline, PhysicsConstraintInertiaTimeline, PhysicsConstraintMassTimeline, PhysicsConstraintMixTimeline, PhysicsConstraintResetTimeline, PhysicsConstraintStrengthTimeline, PhysicsConstraintTimeline, PhysicsConstraintWindTimeline, PointAttachment, Pool, PositionMode, Pow, PowOut, RGB2Timeline, RGBA2Timeline, RGBATimeline, RGBTimeline, RegionAttachment, RotateMode, RotateTimeline, SETUP, SUBSEQUENT, ScaleTimeline, ScaleXTimeline, ScaleYTimeline, SequenceTimeline, ShearTimeline, ShearXTimeline, ShearYTimeline, Skeleton, SkeletonBinary, SkeletonBounds, SkeletonClipping, SkeletonData, SkeletonJson, Skin, SkinEntry, Slot, SlotData, SpacingMode, SpineAnimationRenderer, SpineMaterial, SpineResource, StringSet, Texture, TextureAtlas, TextureAtlasPage, TextureAtlasRegion, TextureFilter, TextureRegion, TextureWrap, TimeKeeper, Timeline, TrackEntry, TransformConstraint, TransformConstraintData, TransformConstraintTimeline, TranslateTimeline, TranslateXTimeline, TranslateYTimeline, Triangulator, Utils, Vector2, VertexAttachment, WindowedMean, version };
|