@galacean/effects-core 2.2.3 → 2.2.4
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 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Description: Galacean Effects runtime core for the web
|
|
4
4
|
* Author: Ant Group CO., Ltd.
|
|
5
5
|
* Contributors: 燃然,飂兮,十弦,云垣,茂安,意绮
|
|
6
|
-
* Version: v2.2.
|
|
6
|
+
* Version: v2.2.4
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -25232,6 +25232,7 @@ var TextComponentBase = /*#__PURE__*/ function() {
|
|
|
25232
25232
|
wrapT: glContext.CLAMP_TO_EDGE
|
|
25233
25233
|
});
|
|
25234
25234
|
this.renderer.texture = texture;
|
|
25235
|
+
this.material.setTexture("_MainTex", texture);
|
|
25235
25236
|
this.isDirty = false;
|
|
25236
25237
|
};
|
|
25237
25238
|
_proto.getFontDesc = function getFontDesc() {
|
|
@@ -31371,7 +31372,7 @@ registerPlugin("sprite", SpriteLoader, exports.VFXItem, true);
|
|
|
31371
31372
|
registerPlugin("particle", ParticleLoader, exports.VFXItem, true);
|
|
31372
31373
|
registerPlugin("cal", CalculateLoader, exports.VFXItem, true);
|
|
31373
31374
|
registerPlugin("interact", InteractLoader, exports.VFXItem, true);
|
|
31374
|
-
var version = "2.2.
|
|
31375
|
+
var version = "2.2.4";
|
|
31375
31376
|
logger.info("Core version: " + version + ".");
|
|
31376
31377
|
|
|
31377
31378
|
exports.AbstractPlugin = AbstractPlugin;
|