Newer
Older
class Background : public Shape {
public:
Background(const std::shared_ptr<material::Material>& material);
std::shared_ptr<cam::Hit> intersect(const cam::Ray& r);
std::shared_ptr<material::Material> material;