mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-13 06:20:01 -05:00
fix (VRM1.0, MToon): change export spec version to 1.0-beta
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user