home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / raytrace / radiance / scn / soda / script < prev    next >
Encoding:
Text File  |  1989-12-11  |  303 b   |  9 lines

  1. mkdir /usr/tmp/anim
  2. foreach i (`cnt 10`)
  3.     pinterp -vf table1.pic -vp \
  4. `ev "($i+.5)/10*(50-41.508)+41.508" "($i+.5)/10*(65-71.5387)+71.5387" "($i+.5)/10*(120-129.01)+129.01"` \
  5.             table1.pic table1.z table2.pic table2.z > /tmp/pictfile
  6.     ra_pr /tmp/pictfile > /usr/tmp/anim/table.$i
  7. end
  8. rm /tmp/pictfile
  9.