Tweak test scene
This commit is contained in:
parent
c05eba391b
commit
365b6063e0
|
|
@ -103,10 +103,10 @@ pub fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||||
Point3::new(-1.25, -0.5, 6.0),
|
Point3::new(-1.25, -0.5, 6.0),
|
||||||
Point3::new(0.0, 1.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 {
|
material: Rc::new(LambertianMaterial {
|
||||||
colour: ColourRgbF::from_named(NamedColour::Green),
|
colour: ColourRgbF::from_named(NamedColour::Green),
|
||||||
diffuse_strength: 1.0,
|
diffuse_strength: 0.1,
|
||||||
}),
|
}),
|
||||||
}),
|
}),
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue