home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pose1os2.zip / EXAMPLES / TRACK / SCENE1 / CAMERA.SIM next >
Text File  |  1995-02-10  |  236b  |  16 lines

  1. initialize {
  2.     x = 2;
  3.     y = 1;
  4.     z = -15;
  5.  
  6.     lookat_x = sphere1.x;
  7.     lookat_y = sphere1.y;
  8.     lookat_z = sphere1.z;
  9. }
  10.  
  11. evaluate {
  12.     lookat_x = sphere1.x;
  13.     lookat_y = sphere1.y;
  14.     lookat_z = sphere1.z;
  15. }
  16.