#include "colors.inc" #include "finish.inc" #include "woods.inc" #version 3.1; /* * A swatch of Cherry wood. * * Last modified 11/21/99 by Denton Gentry. * * This file and the resulting images are hereby placed in the public * domain, and may be freely used for derivative works without restriction. * * (This is an input file for POV-Ray, a free raytracer available * at http://www.povray.org/) */ global_settings { assumed_gamma 1.8 ambient_light rgb<1, 1, 1> } plane {<0, 0, -1>, 0 texture { T_Wood32 rotate <0, 90, 0> translate <0,10,0>} } // illuminate the scene light_source { <0,4.5,-20> color Gray40 } light_source { <-20, 30, -20> color Gray70 } light_source { <20, 30, -20> color Gray70 } camera { location <2, 15, -12> look_at <2, 15, 0> }