InVoxel() for all Primitives, including fix for Triangle::CalcBounds()
[MicroTrace.git] / SpotLight.hxx
index ed404d8..4a938b9 100644 (file)
@@ -10,10 +10,11 @@ public:
   virtual ~SpotLight();
 
   virtual bool Illuminate(Ray& ray, Vec3f& intensity);
+  virtual bool IsArea();
   
   const Vec3f& position() const;
   const Vec3f& direction() const;
+  
 private:
   SpotLight();
 
This page took 0.020771 seconds and 4 git commands to generate.