@galacean/effects-plugin-model 2.1.0-alpha.5 → 2.1.0-alpha.6

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 CHANGED
@@ -280,8 +280,8 @@ exports.PShadowType = void 0;
280
280
  PShadowType[PShadowType["variance"] = 2] = "variance";
281
281
  PShadowType[PShadowType["expVariance"] = 3] = "expVariance";
282
282
  })(exports.PShadowType || (exports.PShadowType = {}));
283
- var PBRShaderGUID = "pbr00000000000000000000000000000";
284
- var UnlitShaderGUID = "unlit000000000000000000000000000";
283
+ var PBRShaderGUID = EFFECTS.spec.BuiltinObjectGUID.PBRShader;
284
+ var UnlitShaderGUID = EFFECTS.spec.BuiltinObjectGUID.UnlitShader;
285
285
  /**
286
286
  * 插件变换类
287
287
  */ var PTransform = /*#__PURE__*/ function() {
@@ -13263,7 +13263,7 @@ function getDefaultUnlitMaterialData() {
13263
13263
  },
13264
13264
  "macros": [],
13265
13265
  "shader": {
13266
- "id": "unlit000000000000000000000000000"
13266
+ "id": EFFECTS.spec.BuiltinObjectGUID.UnlitShader
13267
13267
  },
13268
13268
  "ints": {},
13269
13269
  "floats": {
@@ -13816,7 +13816,7 @@ var GLTFHelper = /*#__PURE__*/ function() {
13816
13816
 
13817
13817
  EFFECTS.registerPlugin("tree", ModelTreePlugin, EFFECTS.VFXItem, true);
13818
13818
  EFFECTS.registerPlugin("model", ModelPlugin, EFFECTS.VFXItem);
13819
- var version = "2.1.0-alpha.5";
13819
+ var version = "2.1.0-alpha.6";
13820
13820
  EFFECTS.logger.info("Plugin model version: " + version + ".");
13821
13821
  if (version !== EFFECTS__namespace.version) {
13822
13822
  console.error("注意:请统一 Model 插件与 Player 版本,不统一的版本混用会有不可预知的后果!", "\nAttention: Please ensure the Model plugin is synchronized with the Player version. Mixing and matching incompatible versions may result in unpredictable consequences!");