# # 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 -5 camera_up 0 1 0 camera_angle 60 camera_resolution 512 512 background 0.5 0.5 1.0 ambient_light 0.1 0.1 0.1 anti_aliasing 20 # # 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 0.0 1.0 0.0 1.0 1.0 0.5 1 0 0 sphere -15 -15 0 5 shader wood material 0.0 1.0 0.0 1.0 1.0 0.5 2 0 0 sphere 0 -15 0 5 shader checker material 1.0 0.0 0.0 1.0 1.0 0.5 3 0 0 sphere 15 -15 0 5 shader plastic material 1.0 1.0 0.0 0.1 0.8 0.1 4 0 0 sphere -15 0 0 5 shader marble material 1.0 1.0 0.0 1.0 1.0 0.5 5 0 0 sphere 0 0 0 5 shader glass material 0.0 0.0 0.0 0.0 0.0 1.0 10 1.0 2.2 sphere 15 0 0 5 shader checker material 0.0 0.0 1.0 1.0 1.0 0.5 7 0 0 sphere -15 15 0 5 shader glossyPlastic material 0.0 0.0 0.0 0.0 0.0 1.0 8 0 0 sphere 0 15 0 5 shader checker material 1.0 0.0 1.0 1.0 1.0 0.5 9 0 0 sphere 15 15 0 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