@onerjs/loaders 8.28.6 → 8.28.8

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.
@@ -293,8 +293,8 @@ export class GLTFLoader {
293
293
  if (!this.parent.skipMaterials && this._pbrMaterialImpl == null) {
294
294
  if (this.parent.useOpenPBR || this.isExtensionUsed("KHR_materials_openpbr")) {
295
295
  this._pbrMaterialImpl = {
296
- materialClass: (await import("@onerjs/core/Materials/PBR/openPbrMaterial.js")).OpenPBRMaterial,
297
- adapterClass: (await import("./openPbrMaterialLoadingAdapter.js")).OpenPBRMaterialLoadingAdapter,
296
+ materialClass: (await import("@onerjs/core/Materials/PBR/openpbrMaterial.js")).OpenPBRMaterial,
297
+ adapterClass: (await import("./openpbrMaterialLoadingAdapter.js")).OpenPBRMaterialLoadingAdapter,
298
298
  };
299
299
  }
300
300
  else {