Assignment2 added.

This commit is contained in:
hal8174 2024-05-14 11:47:15 +02:00
parent 025341336d
commit 1948277dbd
19 changed files with 111151 additions and 11 deletions

View file

@ -8,7 +8,7 @@
#include <lexers/parsestream.h>
#include <algorithms/parallel_for.h>
#include <scenegraph/scenegraph.h>
#include <scenegraph/grid.h>
// #include <lights/light.h>
#include "scene.hpp"
@ -25,6 +25,8 @@ struct Sample {
struct Data {
RenderScene* scene;
Grid* densityGrid;
Grid* tempGrid;
int spp;
int max_path_length;