This commit is contained in:
Perfare
2017-11-10 07:11:27 +08:00
parent 7e6ef31875
commit a49d409619
2 changed files with 5 additions and 4 deletions

View File

@ -1748,6 +1748,8 @@ namespace Unity_Studio
public static void ExportMesh(Mesh m_Mesh, string exportPath)
{
if (m_Mesh.m_VertexCount <= 0)
return;
var sb = new StringBuilder();
sb.AppendLine("g " + m_Mesh.m_Name);
#region Vertices