### scene1.all Rendering with Radiance # This file is used to insert all objects # Wall sconces and downlight !cat ./lib/table_1.rad !cat ./lib/vase_1.rad !cat ./lib/wall_ceiling.rad # locate stools !xform -n stool1 -t -2.0 0 0 lib/stool_1.rad !xform -n stool2 -rz 30 -t 2.5 0 0 lib/stool_1.rad # reserve canopy lights for a different project #!xform -n light1 -t -3 0 6.5 lib/lamp_shade_1.rad #!xform -n light2 -t 3 0 6.5 lib/lamp_shade_1.rad # floor !xform -n floor -t -4 -4 0 -a 4 -t 2 0 0 -a 4 -t 0 2 0 -i 1 lib/tile_x4_1.rad # locate the rose in the vase !xform -n rose -s 2.5 -rz -30 -ry 2 -t 0 0 5.05 lib/flower_1.rad # mirror !xform -n mirror -rx 5 -t 0 3.7 5 lib/mirror_1.rad # two wall sconces !xform -n fix -ry 45 -t -2.75 4 6.5 lib/fixture_1.rad !xform -n fix -ry 45 -t 2.75 4 6.5 lib/fixture_1.rad # two recessed floodlights and a recessed spotlight !xform -n flood -t -3 -1 7.99 -a 2 -t 6 0 0 lib/downlight_a1.rad !xform -n spot -t -0 -.5 7.99 lib/downlight_b1.rad # baseboard !xform -n baseboard -t -4 4 0 lib/baseboard_1.rad # end scene1.all