@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.
- package/dist/rings.es.js +30 -30
- package/dist/rings.es.js.map +2 -2
- package/dist/rings.es.max.js +2 -2
- package/dist/rings.umd.js +26 -26
- package/dist/rings.umd.js.map +2 -2
- package/dist/rings.umd.max.js +2 -2
- package/package.json +1 -1
package/dist/rings.umd.max.js
CHANGED
|
@@ -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.
|
|
42157
|
+
const version = "1.0.35";
|
|
42158
42158
|
|
|
42159
42159
|
class Engine3D {
|
|
42160
42160
|
/**
|