ModelReader, ModelWriter

This commit is contained in:
ousttrue
2021-04-26 13:37:55 +09:00
parent 843fa8fd28
commit 10e44ed8a8
12 changed files with 28 additions and 88 deletions

View File

@@ -38,7 +38,7 @@ namespace UniVRM10
m_parser = null;
return;
}
m_model = VrmLoader.CreateVrmModel(m_parser);
m_model = ModelReader.Read(m_parser);
}
enum Tabs