Add set_intensity; clean up PointLight constructors

This commit is contained in:
Eryn Wells 2013-09-13 18:24:12 -07:00
parent e72374b7db
commit fcc6f1a718
2 changed files with 12 additions and 7 deletions

View file

@ -21,6 +21,7 @@ public:
const Color &get_color() const;
const float &get_intensity() const;
void set_intensity(const float &i);
Color compute_color_contribution() const;