home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 508.VTEST1.V < prev    next >
Text File  |  1992-02-04  |  801b  |  44 lines

  1.  
  2. //      vivid logo test
  3.  
  4. #include color.vc
  5.  
  6. studio  {
  7.     from 0 -50 30
  8.     at  15 0 10
  9.     up  0 0 1
  10.     angle  40
  11.     res  640 480
  12.     antialias adaptive
  13.  
  14.     projection flat
  15.     aspect  4/3
  16.     bkg black
  17.     ambient  white * .1
  18.  
  19. }
  20.  
  21. light { type point falloff 0 position 60 -40 30 color white * .6 }
  22. light { type point falloff 0 position -20 -40 -10 color white * .6 }
  23.  
  24. surf { diff white * .8 spec white * .3 }
  25. ring { center 0 0 -.5 normal 0 0 1 radius 1000 }
  26.  
  27. surf { diff 0 .5 1 shine 20 white }
  28. #include vlogo.vo
  29.  
  30. surf { diff 0 .25 .5 shine 20 white }
  31. transform { translate 0 4 0 }
  32. #include vlogo.vo
  33.  
  34. surf { diff 0 .125 .25 shine 20 white }
  35. transform { translate 0 4 0 }
  36. #include vlogo.vo
  37.  
  38. surf { diff 0 .0625 .125 shine 20 white }
  39. transform { translate 0 4 0 }
  40. #include vlogo.vo
  41.  
  42.  
  43.  
  44.