Add blue noise sampling data

This commit is contained in:
luboslenco
2019-09-27 15:07:11 +02:00
parent d4891d4022
commit eee807137e
4 changed files with 1 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

+1
View File
@@ -45,6 +45,7 @@ else {
} }
if (raytrace) { if (raytrace) {
project.addAssets("Bundled/raytrace/*", { notinlist: true, destination: "data/{name}" });
project.addAssets("Shaders/raytrace/*.cso", { notinlist: true, destination: "data/{name}" }); project.addAssets("Shaders/raytrace/*.cso", { notinlist: true, destination: "data/{name}" });
} }