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