Merge pull request #1348 from 0b5vr/mtoon-spec-version

fix (VRM1.0, MToon): change export spec version to 1.0-beta
This commit is contained in:
ousttrue 2021-10-29 12:56:26 +09:00 committed by GitHub
commit 45d16b6772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
{