solution for 4.1b,c
[MicroTrace.git] / FlatShader.cxx
index fcae006..210fc6f 100644 (file)
@@ -20,5 +20,5 @@ FlatShader::FlatShader()
 Vec3f
 FlatShader::Shade(Ray& ray)
 {
-  return Vec3f()
+  return m_color
 }
This page took 0.028126 seconds and 4 git commands to generate.