mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-06-02 22:14:30 -05:00
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:
commit
45d16b6772
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user