From 92bc2673b13b2eb156ac3ebc45db9fbf21c7e212 Mon Sep 17 00:00:00 2001 From: Masataka SUMI Date: Thu, 18 Feb 2021 20:04:14 +0900 Subject: [PATCH] add glTF & VRM spec schema repository as submodule. --- .gitmodules | 6 ++++++ glTF | 1 + vrm-specification | 1 + 3 files changed, 8 insertions(+) create mode 160000 glTF create mode 160000 vrm-specification diff --git a/.gitmodules b/.gitmodules index 8d2978b71..5baa4e8b8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,9 @@ [submodule "MToon"] path = Assets/VRMShaders/MToon url = https://github.com/Santarh/MToon.git +[submodule "vrm-specification"] + path = vrm-specification + url = https://github.com/vrm-c/vrm-specification.git +[submodule "glTF"] + path = glTF + url = https://github.com/KhronosGroup/glTF.git diff --git a/glTF b/glTF new file mode 160000 index 000000000..838b60750 --- /dev/null +++ b/glTF @@ -0,0 +1 @@ +Subproject commit 838b6075051739d8c83064d3cd19c8111b576068 diff --git a/vrm-specification b/vrm-specification new file mode 160000 index 000000000..068254bdf --- /dev/null +++ b/vrm-specification @@ -0,0 +1 @@ +Subproject commit 068254bdf1ca0fb8473487073c82164cb97432d0