babylonjs-serializers 5.23.0 → 5.24.0
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/babylon.glTF2Serializer.js +1 -1
- package/babylon.glTF2Serializer.js.map +1 -1
- package/babylon.glTF2Serializer.min.js.map +1 -1
- package/babylonjs.serializers.d.ts +1 -1
- package/babylonjs.serializers.js +1 -1
- package/babylonjs.serializers.js.map +1 -1
- package/babylonjs.serializers.min.js.map +1 -1
- package/babylonjs.serializers.module.d.ts +2 -2
- package/package.json +3 -3
|
@@ -5497,7 +5497,7 @@ var _GLTFMaterialExporter = /** @class */ (function () {
|
|
|
5497
5497
|
* Extracts a texture from a Babylon texture into file data and glTF data
|
|
5498
5498
|
* @param babylonTexture Babylon texture to extract
|
|
5499
5499
|
* @param mimeType Mime Type of the babylonTexture
|
|
5500
|
-
* @
|
|
5500
|
+
* @returns glTF texture info, or null if the texture format is not supported
|
|
5501
5501
|
*/
|
|
5502
5502
|
_GLTFMaterialExporter.prototype._exportTextureAsync = function (babylonTexture, mimeType) {
|
|
5503
5503
|
var _this = this;
|