mirror of
https://github.com/vonhyou/ray-tracer-comp371.git
synced 2025-06-08 07:22:01 +00:00
bugfix: color shadow
This commit is contained in:
parent
43a8204032
commit
a8a00d386e
5 changed files with 19 additions and 9 deletions
|
@ -29,6 +29,9 @@ protected:
|
|||
Matrix4f transform = Matrix4f::Identity();
|
||||
|
||||
public:
|
||||
Vector3f diffuse() const;
|
||||
Vector3f specular() const;
|
||||
Vector3f ambient() const;
|
||||
void setTransform(const Matrix4f &);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue