Bill Thiede 36b2fba5b7 De-boxed many uses of Hit and Material.
Use of generic parameter directly where possible in structures instead
of Box'd values.
Added Material implementations for Box<Material> and Arc<Material> to
aid in the automatic conversion when necessary to use a Sized value for
Material.
Implement From trait for [f32;3] to Vec3 to make some APIs Into<Vec3>
which is a bit nicer to use.
2018-10-03 20:53:37 -07:00
..
2018-09-23 15:53:46 -07:00
2018-09-08 17:32:12 -07:00

What?

Implementations of the concepts explored by Peter Shirley in "Ray Tracing in One Weekend"