Skip to content

Commit 9772673

Browse files
committedAug 17, 2020
Initial commit for public release.
0 parents  commit 9772673

File tree

230 files changed

+401008
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

230 files changed

+401008
-0
lines changed
 

‎.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
*~
2+
.#*
3+
#*#
4+
src/build
5+
.DS_Store
6+
.ipynb_checkpoints/
7+
build/

‎.gitmodules

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[submodule "src/ext/zlib"]
2+
path = src/ext/zlib
3+
url = https://github.com/mitsuba-renderer/zlib
4+
[submodule "src/ext/ptex"]
5+
path = src/ext/ptex
6+
url = https://github.com/wdas/ptex.git
7+
[submodule "src/ext/double-conversion"]
8+
path = src/ext/double-conversion
9+
url = https://github.com/mmp/double-conversion
10+
[submodule "src/ext/stb"]
11+
path = src/ext/stb
12+
url = https://github.com/nothings/stb.git
13+
[submodule "src/ext/openexr"]
14+
path = src/ext/openexr
15+
url = https://github.com/mmp/openexr.git
16+
branch = zlibstatic-export-workaround
17+
[submodule "src/ext/filesystem"]
18+
path = src/ext/filesystem
19+
url = https://github.com/wjakob/filesystem.git

0 commit comments

Comments
 (0)