parse and write scene

This commit is contained in:
Shuo Feng 2024-02-13 23:45:29 -05:00
parent 03b6bbbb8e
commit 7d273f9420
Signed by: sfeng
GPG key ID: 1E83AE6CD1C037B1
3 changed files with 22 additions and 1 deletions

View file

@ -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);