Beispiel #1
0
 private static void CopyGltfTexture(string sourcePath, string destPath, ILoggingProvider logger, ExportParameters exportParameters)
 {
     TextureUtilities.CopyTexture(sourcePath, destPath, exportParameters.txtQuality, logger);
 }
Beispiel #2
0
 private static string GetGltfValidImageFormat(string extension)
 {
     return(TextureUtilities.GetValidImageFormat(extension));
 }