@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.
@@ -38240,7 +38240,7 @@ else if (typeof exports === 'object')
38240
38240
  const texturePath = StringUtil.normalizePath(
38241
38241
  this.baseUrl + matData.map_Kd
38242
38242
  );
38243
- const texture = Engine3D.res.getTexture(texturePath);
38243
+ const texture = Engine3D.res.getTexture(texturePath + OBJParser.cloudImageProcessParam);
38244
38244
  if (texture) {
38245
38245
  mat.baseMap = texture;
38246
38246
  }
@@ -42154,7 +42154,7 @@ else if (typeof exports === 'object')
42154
42154
  }
42155
42155
  }
42156
42156
 
42157
- const version = "1.0.34";
42157
+ const version = "1.0.35";
42158
42158
 
42159
42159
  class Engine3D {
42160
42160
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rings-webgpu/core",
3
- "version": "1.0.35",
3
+ "version": "1.0.36",
4
4
  "description": "Rings webgpu Engine",
5
5
  "main": "index.js",
6
6
  "exports": {