@rings-webgpu/core 1.0.35 → 1.0.36

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.
@@ -38233,7 +38233,7 @@ class OBJParser extends ParserBase {
38233
38233
  const texturePath = StringUtil.normalizePath(
38234
38234
  this.baseUrl + matData.map_Kd
38235
38235
  );
38236
- const texture = Engine3D.res.getTexture(texturePath);
38236
+ const texture = Engine3D.res.getTexture(texturePath + OBJParser.cloudImageProcessParam);
38237
38237
  if (texture) {
38238
38238
  mat.baseMap = texture;
38239
38239
  }
@@ -42147,7 +42147,7 @@ class PostProcessingComponent extends ComponentBase {
42147
42147
  }
42148
42148
  }
42149
42149
 
42150
- const version = "1.0.34";
42150
+ const version = "1.0.35";
42151
42151
 
42152
42152
  class Engine3D {
42153
42153
  /**