Primitive sampling

This commit is contained in:
IlyaShurupov 2023-10-18 12:05:01 +03:00 committed by Ilya Shurupov
parent 368ae81251
commit 77db3f4ab5
9 changed files with 242 additions and 80 deletions

View file

@ -51,7 +51,7 @@ void renderCommand(const String& scenePath) {
auto start = get_time();
rayt.render(scene, output);
rayt.render(scene, output, settings);
auto end = get_time();