const LICENSE_URL_JA

This commit is contained in:
ousttrue 2021-10-27 21:02:08 +09:00
parent 87927e48fc
commit 806ae8d060

View File

@ -13,6 +13,9 @@ namespace UniVRM10
{
public const string VRM_SPEC_VERSION = "1.0-beta";
public const string LICENSE_URL_JA = "https://vrm.dev/licenses/1.0/";
public const string LICENSE_URL_EN = "https://vrm.dev/licenses/1.0/en/";
public readonly Vrm10Storage Storage = new Vrm10Storage();
public readonly string VrmExtensionName = "VRMC_vrm";
@ -255,6 +258,7 @@ namespace UniVRM10
},
Meta = new UniGLTF.Extensions.VRMC_vrm.Meta
{
LicenseUrl = LICENSE_URL_JA,
AllowExcessivelySexualUsage = false,
AllowExcessivelyViolentUsage = false,
AllowPoliticalOrReligiousUsage = false,