-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitmodules
51 lines (51 loc) · 1.91 KB
/
.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[submodule "third_party/tinyobjloader"]
path = third_party/tinyobjloader
url = https://github.com/syoyo/tinyobjloader.git
[submodule "third_party/stb"]
path = third_party/stb
url = https://github.com/nothings/stb.git
[submodule "third_party/lodepng"]
path = third_party/lodepng
url = https://github.com/lvandeve/lodepng
[submodule "third_party/tinycolormap"]
path = third_party/tinycolormap
url = https://github.com/yuki-koyama/tinycolormap.git
[submodule "third_party/nanort"]
path = third_party/nanort
url = https://github.com/lighttransport/nanort.git
[submodule "third_party/eigen"]
path = third_party/eigen
url = https://gitlab.com/libeigen/eigen.git
[submodule "third_party/json"]
path = third_party/json
url = https://github.com/nlohmann/json.git
[submodule "third_party/nanopm"]
path = third_party/nanopm
url = https://github.com/unclearness/nanopm.git
[submodule "third_party/nanoflann"]
path = third_party/nanoflann
url = https://github.com/jlblancoc/nanoflann.git
[submodule "third_party/Fast-Quadric-Mesh-Simplification"]
path = third_party/Fast-Quadric-Mesh-Simplification
url = https://github.com/sp4cerat/Fast-Quadric-Mesh-Simplification.git
[submodule "third_party/mvs-texturing"]
path = third_party/mvs-texturing
url = https://github.com/unclearness/mvs-texturing.git
[submodule "third_party/cxxopts"]
path = third_party/cxxopts
url = https://github.com/jarro2783/cxxopts.git
[submodule "third_party/libigl"]
path = third_party/libigl
url = https://github.com/libigl/libigl.git
[submodule "third_party/imgui"]
path = third_party/imgui
url = https://github.com/ocornut/imgui.git
[submodule "third_party/glfw"]
path = third_party/glfw
url = https://github.com/glfw/glfw.git
[submodule "third_party/PoissonRecon"]
path = third_party/PoissonRecon
url = https://github.com/mkazhdan/PoissonRecon.git
[submodule "third_party/freetype"]
path = third_party/freetype
url = https://github.com/freetype/freetype.git