Definition ITexture.hpp:8
Utils::Color value(double u, double v, const Utils::Point3 &point) const override
Get the value of the checker texture.
Definition Checker.cpp:54
Checker(double scale, std::shared_ptr< Interfaces::ITexture > even, std::shared_ptr< Interfaces::ITexture > odd)
Construct a new Checker object.
Definition Checker.cpp:16