#version 3.7 ; background {color rgb 1/2} #include "colors.inc" #include "People.inc" #include "Pose.inc" global_settings { assumed_gamma 1 max_trace_level 100 } camera{location <0,0,-20> angle 13 look_at <0,.5,0> } light_source{<00,200,-200> rgb <1,.9,.5> } box {<-1,0,0>, <1,-.01,.01>} #local Put_Figure = PUT(Standing)AND(.5,Twist_Body)LEFT(.4, Hand_Forward)BOTH(.2,Leg_apart)AND(.2,Look_down)Sally (<-0,0,0>,<0,0,0>) #local Space = .8; object {Put_Figure rotate <0,120,0> translate <-2*Space,0,0>} object {Put_Figure rotate <0,60,0> translate <-1*Space,0,0>} object {Put_Figure rotate <0,0,0> translate <0,0,0>} object {Put_Figure rotate <0,-60,0> translate <1*Space,0,0>} object {Put_Figure rotate <0,-140,0> translate <2*Space,0,0>} object {Put_Figure rotate <-90,0,0> translate <0,-.5*Space,0>} /* #fopen Out_File "Special_Pose" append #write (Out_File "#declare Pose_Name = array[15]{<", vstr(3,Stance[0],",",0,0),">") #for (N,1,14) #write (Out_File ",<", vstr(3,Stance[N],",",0,0),">" ) #end #write (Out_File "}") */