Example #1
0
 private GLTFTextureInfo ExportTexture(BabylonTexture babylonTexture, GLTF gltf)
 {
     return(ExportTexture(babylonTexture, gltf, null,
                          () => { return TextureUtilities.TryWriteImage(gltf.OutputFolder, babylonTexture.originalPath, babylonTexture.name, logger, exportParameters); }));
 }