home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 12 / CD_ASCQ_12_0294.iso / news / 4498 / eag1mdl.exe / EAGLE1.V < prev    next >
Text File  |  1993-12-05  |  426b  |  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.