mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-04 08:52:22 -05:00
const LICENSE_URL_JA
This commit is contained in:
parent
87927e48fc
commit
806ae8d060
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user