-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
27 lines (27 loc) · 942 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[submodule "third_party/cgltf"]
path = third_party/cgltf
url = https://github.com/jkuhlmann/cgltf.git
[submodule "third_party/tinyobj"]
path = third_party/tinyobj
url = https://github.com/tinyobjloader/tinyobjloader.git
[submodule "third_party/bvh"]
path = third_party/bvh
url = https://github.com/madmann91/bvh.git
[submodule "third_party/vhacd"]
path = third_party/vhacd
url = https://github.com/kmammou/v-hacd.git
[submodule "assets"]
path = assets
url = https://github.com/ArcheGraphics/assets
[submodule "third_party/ios-cmake"]
path = third_party/ios-cmake
url = https://github.com/leetal/ios-cmake.git
[submodule "third_party/ozz"]
path = third_party/ozz
url = https://github.com/ArcheGraphics/ozz-animation.git
[submodule "third_party/physx"]
path = third_party/physx
url = https://github.com/o3de/PhysX.git
[submodule "third_party/USD"]
path = third_party/USD
url = https://github.com/PixarAnimationStudios/USD.git