bugfix: color shadow

This commit is contained in:
Shuo Feng 2024-02-27 23:36:12 -05:00
parent 43a8204032
commit a8a00d386e
Signed by: sfeng
GPG key ID: 1E83AE6CD1C037B1
5 changed files with 19 additions and 9 deletions

View file

@ -29,6 +29,9 @@ protected:
Matrix4f transform = Matrix4f::Identity();
public:
Vector3f diffuse() const;
Vector3f specular() const;
Vector3f ambient() const;
void setTransform(const Matrix4f &);
};