-
Notifications
You must be signed in to change notification settings - Fork 12
/
.gitmodules
33 lines (33 loc) · 1.45 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
[submodule "third_party/InverseRenderingOfIndoorScene"]
path = third_party/InverseRenderingOfIndoorScene
url = https://github.com/yuyingyeh/InverseRenderingOfIndoorScene.git
[submodule "third_party/OptixRenderer"]
path = third_party/OptiX_Renderer/OptixRenderer
url = https://github.com/yuyingyeh/OptixRenderer.git
[submodule "third_party/OptixRenderer_MatPart"]
path = third_party/OptiX_Renderer/OptixRenderer_MatPart
url = https://github.com/yuyingyeh/OptixRenderer.git
branch = matpart
[submodule "third_party/OptixRenderer_UVcoord"]
path = third_party/OptiX_Renderer/OptixRenderer_UVcoord
url = https://github.com/yuyingyeh/OptixRenderer.git
branch = uvcoord
[submodule "third_party/OptixRenderer_Light"]
path = third_party/OptiX_Renderer/OptixRenderer_Light
url = https://github.com/yuyingyeh/OptixRenderer.git
branch = renderLight
[submodule "third_party/MaskFormer"]
path = third_party/MaskFormer
url = https://github.com/yuyingyeh/MaskFormer.git
[submodule "third_party/Total3D"]
path = third_party/Total3D
url = https://github.com/yuyingyeh/Total3DUnderstanding.git
[submodule "third_party/diffmat"]
path = third_party/diffmat
url = https://github.com/yuyingyeh/diffmat.git
[submodule "third_party/diffmat-legacy"]
path = third_party/diffmat-legacy
url = https://github.com/mit-gfx/diffmat-legacy.git
[submodule "third_party/PerceptualSimilarity"]
path = third_party/PerceptualSimilarity
url = https://github.com/yuyingyeh/PerceptualSimilarity.git