mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 07:22:01 +00:00
fix cornellbox
This commit is contained in:
parent
c9919e5b03
commit
13fc1a9576
3 changed files with 11 additions and 4 deletions
|
@ -41,6 +41,7 @@ public:
|
|||
float coefAmbient() const;
|
||||
float getPhong() const;
|
||||
void setTransform(const Matrix4f &);
|
||||
Type getType() const;
|
||||
};
|
||||
|
||||
class Sphere : public Geometry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue