home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / utility / dos / glob10 / example.v < prev    next >
Encoding:
Text File  |  1993-09-01  |  411 b   |  24 lines

  1.  
  2. #include color.vc
  3.  
  4. studio = {
  5.           from = 0 -10 -6.1;
  6.           at = 0 0 -6.1;
  7.           up = 0 0 1;
  8.           angle = 50;
  9.           res = 320 200;
  10.           antialias = none;
  11.           background = black;
  12.           ambient = white * .1;
  13.          }
  14.  
  15. light = { type = directional;
  16.           direction = 1 1 -1;
  17.           color = white; }
  18.  
  19. #include example.def
  20.  
  21. #include example.vo
  22.  
  23.  
  24.