Message ID | 20110721123638.17019.7044.launchpad@loganberry.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'src/scene-shading.cpp' --- src/scene-shading.cpp 2011-07-12 17:53:10 +0000 +++ src/scene-shading.cpp 2011-07-19 12:00:29 +0000 @@ -190,8 +190,10 @@ if (filter == "gouraud") ref = Canvas::Pixel(0x00, 0x00, 0x2d, 0xff); + else if (filter == "blinn-phong-inf") + ref = Canvas::Pixel(0x1a, 0x1a, 0x3e, 0xff); else if (filter == "phong") - ref = Canvas::Pixel(0x1a, 0x1a, 0x3e, 0xff); + ref = Canvas::Pixel(0x1a, 0x1a, 0x53, 0xff); else return Scene::ValidationUnknown;