back up to default ambient of (0.1, 0.1, 0.1), Phong shading working

git-svn-id: svn://anubis/fart/trunk@76 7f9b0f55-74a9-4bce-be96-3c2cd072584d
This commit is contained in:
Josh Holtrop 2009-01-31 22:42:14 +00:00
parent c4509d0594
commit 78fd509d0f

View File

@ -25,7 +25,7 @@ Scene::Scene(const map<string, const char *> & options,
m_vfov = 60.0; m_vfov = 60.0;
m_verbose = false; m_verbose = false;
m_data = NULL; m_data = NULL;
m_ambient_light = Color(0.05, 0.05, 0.05); m_ambient_light = Color(0.1, 0.1, 0.1);
load(filename); load(filename);