Skip to content
Snippets Groups Projects
Commit 34f7b4b6 authored by Yoel's avatar Yoel
Browse files

Added new interface for lights

parent b231e89d
No related branches found
No related tags found
No related merge requests found
#pragma once
#include "../camera/Ray.h"
namespace shapes {
class Light {
public:
virtual cam::Ray shadowRay() const = 0;
};
} // namespace shapes
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment