fix cornellbox

This commit is contained in:
Shuo Feng 2024-03-14 17:43:59 -04:00
parent c9919e5b03
commit 13fc1a9576
Signed by: sfeng
GPG key ID: 1E83AE6CD1C037B1
3 changed files with 11 additions and 4 deletions

View file

@ -41,6 +41,7 @@ public:
float coefAmbient() const;
float getPhong() const;
void setTransform(const Matrix4f &);
Type getType() const;
};
class Sphere : public Geometry {