mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 23:32:00 +00:00
parse and write scene
This commit is contained in:
parent
03b6bbbb8e
commit
7d273f9420
3 changed files with 22 additions and 1 deletions
|
@ -32,6 +32,9 @@ private:
|
|||
bool globalIllum = false;
|
||||
|
||||
public:
|
||||
string getName();
|
||||
int getWidth();
|
||||
int getHeight();
|
||||
void setRaysPerPixel(const Eigen::VectorXi &);
|
||||
void setAntialiasing(bool);
|
||||
void setTwoSideRender(bool);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue