forked from NVlabs/instant-ngp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
32 lines (32 loc) · 957 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
28
29
30
31
32
[submodule "dependencies/pybind11"]
path = dependencies/pybind11
url = https://github.com/Tom94/pybind11
ignore = dirty
[submodule "dependencies/eigen"]
path = dependencies/eigen
url = https://github.com/Tom94/eigen
ignore = dirty
[submodule "dependencies/glfw"]
path = dependencies/glfw
url = https://github.com/Tom94/glfw
ignore = dirty
[submodule "dependencies/args"]
path = dependencies/args
url = https://github.com/Taywee/args
ignore = dirty
[submodule "dependencies/tinylogger"]
path = dependencies/tinylogger
url = https://github.com/Tom94/tinylogger
ignore = dirty
[submodule "dependencies/tiny-cuda-nn"]
path = dependencies/tiny-cuda-nn
url = https://github.com/NVlabs/tiny-cuda-nn
ignore = dirty
[submodule "dependencies/imgui"]
path = dependencies/imgui
url = https://github.com/ocornut/imgui.git
ignore = dirty
[submodule "dependencies/dlss"]
path = dependencies/dlss
url = https://github.com/NVIDIA/DLSS
ignore = dirty