fix (VRM1.0, MToon): change export spec version to 1.0-beta

This commit is contained in:
0b5vr
2021-10-28 17:07:11 +09:00
parent 48082bb7b7
commit 1501f61833

View File

@@ -10,7 +10,7 @@ namespace UniVRM10
{
public static class Vrm10MToonMaterialExporter
{
const string MTOON_SPEC_VERSION = "1.0-draft";
const string MTOON_SPEC_VERSION = "1.0-beta";
public static bool TryExportMaterialAsMToon(Material src, ITextureExporter textureExporter, out glTFMaterial dst)
{