Assignment2 added.
This commit is contained in:
parent
025341336d
commit
1948277dbd
19 changed files with 111151 additions and 11 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue