mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 23:32:00 +00:00
modify name getter
This commit is contained in:
parent
77533a8ca0
commit
2f7a9f4cbd
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ private:
|
|||
bool globalIllum = false;
|
||||
|
||||
public:
|
||||
string getName();
|
||||
string getName() const;
|
||||
int getWidth();
|
||||
int getHeight();
|
||||
void setRaysPerPixel(const Eigen::VectorXi &);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue