forked from google-deepmind/mujoco
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
41 lines (35 loc) · 1.02 KB
/
.gitmodules
File metadata and controls
41 lines (35 loc) · 1.02 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[submodule "src/vendor/ccd"]
path = src/vendor/ccd
url = https://github.com/danfis/libccd
ignore = dirty
shallow = true
[submodule "src/vendor/lodepng"]
path = src/vendor/lodepng
url = https://github.com/lvandeve/lodepng
ignore = dirty
shallow = true
[submodule "src/vendor/marchingcubecpp"]
path = src/vendor/marchingcubecpp
url = https://github.com/aparis69/MarchingCubeCpp
ignore = dirty
shallow = true
[submodule "src/vendor/qhull"]
path = src/vendor/qhull
url = https://github.com/qhull/qhull
ignore = dirty
shallow = true
[submodule "src/vendor/tinyobjloader"]
path = src/vendor/tinyobjloader
url = https://github.com/tinyobjloader/tinyobjloader
ignore = dirty
shallow = true
[submodule "src/vendor/tinyxml2"]
path = src/vendor/tinyxml2
url = https://github.com/leethomason/tinyxml2
ignore = dirty
shallow = true
[submodule "src/vendor/trianglemeshdistance"]
path = src/vendor/trianglemeshdistance
url = https://github.com/InteractiveComputerGraphics/TriangleMeshDistance
ignore = dirty
shallow = true