@galacean/engine-loader 1.4.9 → 1.4.10
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/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/package.json +4 -4
package/dist/module.js
CHANGED
|
@@ -4278,7 +4278,7 @@ var GLTFMaterialParser = /*#__PURE__*/ function(GLTFParser1) {
|
|
|
4278
4278
|
*/ GLTFMaterialParser._checkOtherTextureTransform = function _checkOtherTextureTransform(texture, textureName) {
|
|
4279
4279
|
var _texture_extensions;
|
|
4280
4280
|
if ((_texture_extensions = texture.extensions) == null ? void 0 : _texture_extensions.KHR_texture_transform) {
|
|
4281
|
-
Logger.warn("" + textureName + " texture
|
|
4281
|
+
Logger.warn("" + textureName + " texture ignore KHR_texture_transform extension.");
|
|
4282
4282
|
}
|
|
4283
4283
|
};
|
|
4284
4284
|
/**
|