This commit is contained in:
ackwell 2024-01-02 14:36:24 +11:00
parent 655e2fd2ca
commit e8e87cc6cb

View file

@ -312,6 +312,7 @@ public class MeshExporter
{
MdlFile.VertexType.Half2 => 1,
MdlFile.VertexType.Half4 => 2,
MdlFile.VertexType.Single4 => 2,
_ => throw new Exception($"Unexpected UV vertex type {type}.")
};