diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-29 16:07:09 +0200 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-29 16:07:09 +0200 |
| commit | febd68030e8ef1a51411a0ab8593343a954e152b (patch) | |
| tree | d6ad3747e01e0c67a718de37451c35ce8e82c484 /tools/adjust.html | |
| parent | c82ddfa3fda67e50ee73a578500b56282c377476 (diff) | |
more 3d assets for cnn_v3
Diffstat (limited to 'tools/adjust.html')
| -rw-r--r-- | tools/adjust.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/adjust.html b/tools/adjust.html index 19109c2..f0d768f 100644 --- a/tools/adjust.html +++ b/tools/adjust.html @@ -258,7 +258,7 @@ document.getElementById('dl').onclick = () => { s(out1, "clipped_" + name1); s(out2, "clipped_" + name2); }; -const SOURCE_FILES = ['albedo.png','depth.png','matid.png','normal.png','shadow.png','source.png','target.png','transp.png']; +const SOURCE_FILES = ['albedo.png','depth.png','matid.png','normal.png','shadow.png','source.png','transp.png']; function buildCommands() { if (!l1 || !l2) return null; |
