home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 499.COL1.V < prev    next >
Text File  |  1992-03-14  |  921b  |  67 lines

  1.  
  2. //      column test
  3.  
  4. #include color.vc
  5.  
  6. studio {
  7.     from -5 -10 7
  8.     at 1.5 0 1.5
  9.     up 0 0 1
  10.     angle 50
  11.     res 640 480
  12.     antialias adaptive
  13.     threshold 4
  14.     aspect 4/3
  15.     background {
  16.         greys.map
  17.     }
  18.     ambient white * .1
  19. }
  20.  
  21. light {
  22.     type point
  23.     falloff 1
  24.     position -5 -3 12
  25.     color white*8
  26. }
  27. light {
  28.     type point
  29.     falloff 1
  30.     position 1 -6 12
  31.     color white*8
  32. }
  33.  
  34. surf {
  35.     spec white * .5
  36.     fuzz 0.05
  37.     no_antialias    // speed things up a bit
  38. }
  39. ring { center 0 0 0 normal 0 0 1 radius 1000 }
  40. surf {
  41.     texture {
  42.         pattern spherical
  43.         turbulence {
  44.             terms 7
  45.             amp 6
  46.         }
  47.         blend .8
  48.         radius .5
  49.         radius 2
  50.         surf { diff 0 .1 .2     shine 20 white }
  51.         surf { diff white * 0.8 shine 20 white }
  52.     }
  53. }
  54.  
  55. transform { scale 0.1 }
  56.  
  57. transform { rotate 0 0 35 }
  58. #include column.vo
  59. transform_pop
  60.  
  61. transform { rotate 90 0 0 translate 27 20 12 }
  62. #include column.vo
  63. transform_pop
  64.  
  65. transform_pop
  66.  
  67.