add glTF & VRM spec schema repository as submodule.

This commit is contained in:
Masataka SUMI
2021-02-18 20:04:14 +09:00
parent 96c01397ce
commit 92bc2673b1
3 changed files with 8 additions and 0 deletions

6
.gitmodules vendored
View File

@@ -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

1
glTF Submodule

Submodule glTF added at 838b607505

1
vrm-specification Submodule

Submodule vrm-specification added at 068254bdf1