@galacean/engine 0.0.0-experimental-0.9-plus.3 → 0.0.0-experimental-0.9-plus.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/browser.js CHANGED
@@ -35979,7 +35979,9 @@
35979
35979
  };
35980
35980
  _inherits(KHR_materials_ior, GLTFExtensionParser);
35981
35981
  var _proto = KHR_materials_ior.prototype;
35982
- _proto.parseEngineResource = function parseEngineResource(schema, material, context) {
35982
+ /**
35983
+ * @override
35984
+ */ _proto.additiveParse = function additiveParse(context, material, schema) {
35983
35985
  var _schema_ior = schema.ior, ior = _schema_ior === void 0 ? 1.5 : _schema_ior;
35984
35986
  material.ior = ior;
35985
35987
  };
@@ -36106,7 +36108,7 @@
36106
36108
  ], OasisMaterialsRemap);
36107
36109
 
36108
36110
  //@ts-ignore
36109
- var version = "0.0.0-experimental-0.9-plus.3";
36111
+ var version = "0.0.0-experimental-0.9-plus.4";
36110
36112
  console.log("Galacean engine version: " + version);
36111
36113
  for(var key in CoreObjects){
36112
36114
  Loader.registerClass(key, CoreObjects[key]);