Tweak test scene

This commit is contained in:
Matthew Gordon 2019-12-12 08:45:15 -05:00
parent c05eba391b
commit 365b6063e0
1 changed files with 2 additions and 2 deletions

View File

@ -103,10 +103,10 @@ pub fn main() -> Result<(), Box<dyn std::error::Error>> {
Point3::new(-1.25, -0.5, 6.0),
Point3::new(0.0, 1.5, 6.0),
],
normals: [Vector3::new(0.0, 0.0, -1.0); 3],
normals: [Vector3::new(0.0, 0.0, 1.0); 3],
material: Rc::new(LambertianMaterial {
colour: ColourRgbF::from_named(NamedColour::Green),
diffuse_strength: 1.0,
diffuse_strength: 0.1,
}),
}),
],