#include "colors.inc" #include "textures.inc" #include "woods.inc" //the block #declare blockwidth = 5; #declare blockheight= .25; #declare blockdepth = 1.75; #declare blockrotate = 39; box { <-blockwidth,0,0>, <0,blockheight,blockdepth> texture { T_Wood31 finish { ambient .5 } scale 1 } rotate <0,0,-blockrotate> translate } //the tabletop cylinder { <0,-blockheight,0>,<0,0,0>,blockwidth*.75 texture { PinkAlabaster } } camera { location <0,3,-6> look_at <0,0.5,0> } light_source { <20,90,-50> color White } background { color White }