X-Git-Url: https://git.rohieb.name/MicroTrace.git/blobdiff_plain/3396a44710415bde9509afeb02f3ec10a22c6661..a8137256e983a49f97ff1fbecd26a1a0372f7b0b:/Light.hxx diff --git a/Light.hxx b/Light.hxx index a152693..8392b1d 100644 --- a/Light.hxx +++ b/Light.hxx @@ -14,6 +14,7 @@ public: virtual ~Light(); virtual bool Illuminate(Ray& shadowray, Vec3f& intensity) = 0; + virtual bool IsArea() = 0; protected: Scene* m_scene;