Felipe Baltazar 8 年 前
コミット
26aab84bf7
1 ファイル変更0 行追加1 行削除
  1. 0 1
      serializers/src/OBJ/babylon.objSerializer.ts

+ 0 - 1
serializers/src/OBJ/babylon.objSerializer.ts

@@ -64,7 +64,6 @@ module BABYLON {
 		var text = output.join("\n");
 		return (text);
         }
-
         //Exports the material(s) of a mesh in .MTL file format (text)
         //TODO: Export the materials of mesh array
         public static MTL(mesh: Mesh): string {