home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / scripts / vivid / eagle / eagle1.v < prev    next >
Encoding:
Text File  |  1993-12-06  |  426 b   |  29 lines

  1. // Sample scene file
  2. // Eagle Transporter Model
  3. // by Heinz Schuller
  4.  
  5. #include hscolor.vc
  6. #include hstextur.vs
  7.  
  8. studio {
  9.         from 100 80 30
  10.         at 25 0 0
  11.     up 0 0 1
  12.     angle 60
  13.         res  320 240
  14.         antialias adaptive
  15.     aspect 1.3333
  16.         ambient white * .2
  17. }
  18.  
  19. light {
  20.         type point
  21.         position -100 100 30
  22.         falloff 0
  23.         color white * 1.2
  24. }
  25.  
  26.  
  27. #include eagle.vo
  28.  
  29.