# # simple2.tsd # Dan Wallach # 5 Dec 1995 # # $Id: simple2.tsd,v 1.5 1995/12/12 07:49:09 dwallach Exp $ # # An array of yellow spheres over a purple sphere background with # a light behind the eye -- should cast cool shadows # camera_from 0 0 -50 camera_target 0 0 -2.5 camera_up 0 1 0 camera_angle 60 camera_resolution 256 256 background 0.5 0.5 1.0 ambient_light 0.1 0.1 0.1 f_stop 0.3 aperture_rays 500 # # the sun is over our shoulder on the right # parallel_light 1.0 1.0 1.0 -10 -3 10 # # yellow material, nine spheres in the foreground # shader checker material 1.0 1.0 0.0 1.0 1.0 0.5 1 0 0 sphere -15 -15 8 5 material 1.0 1.0 0.0 1.0 1.0 0.5 2 0 0 sphere 0 -15 6 5 material 1.0 1.0 0.0 1.0 1.0 0.5 3 0 0 sphere 15 -15 4 5 material 1.0 1.0 0.0 1.0 1.0 0.5 4 0 0 sphere -15 0 2 5 material 1.0 1.0 0.0 1.0 1.0 0.5 5 0 0 sphere 0 0 0 5 material 1.0 1.0 0.0 1.0 1.0 0.5 6 0 0 sphere 15 0 -2 5 material 1.0 1.0 0.0 1.0 1.0 0.5 7 0 0 sphere -15 15 -4 5 material 1.0 1.0 0.0 1.0 1.0 0.5 8 0 0 sphere 0 15 -6 5 material 1.0 1.0 0.0 1.0 1.0 0.5 9 0 0 sphere 15 15 -8 5 # # purple material, big sphere in background # #material 0.5 0.1 1.0 1.0 1.0 0.4 3 0 0 #sphere 0 0 250 240