Add get_ambient() to Scene

This commit is contained in:
Eryn Wells 2013-09-13 18:25:09 -07:00
parent fcc6f1a718
commit 3b7f672ab3
2 changed files with 10 additions and 1 deletions

View file

@ -31,6 +31,7 @@ public:
bool is_rendered() const;
int get_width() const;
int get_height() const;
AmbientLight &get_ambient() const;
const Color *get_pixels() const;
void read(const std::string &filename);