home *** CD-ROM | disk | FTP | other *** search
/ World of Graphics / WOGRAPH.BIN / 520.STICK.VO < prev    next >
Text File  |  1992-02-15  |  1KB  |  65 lines

  1.  
  2. //      pool stick, tip at 0 0 0, extends along x axis
  3.  
  4. //      blue chalk surface for tip
  5.  
  6. surf {
  7.     diff .1 .3 .8
  8.     fuzz .1
  9.     shine 5 white * .1
  10. }
  11.  
  12. ring { center 0 0 0 normal -1 0 0 radius .18 }
  13. cone { apex 0 0 0 apex_radius .18 base .02 0 0 base_radius .22 }
  14. cone { apex .02 0 0 apex_radius .22 base .06 0 0 base_radius .24 }
  15. cone { apex .06 0 0 base .2 0 0 radius .24 }
  16.  
  17. //      white plastic collar
  18.  
  19. surf {
  20.     diff white * .8
  21.     spec white * .1
  22.     shine 20 white
  23. }
  24. ring { center .2 0 0 normal -1 0 0 radius .25 }
  25. cone { apex .2 0 0 base 1.2 0 0 radius .25 }
  26.  
  27. //      wood stick
  28.  
  29. surf {
  30.     texture {
  31.         pattern noise
  32.         scale 1 0.01 0.01
  33.         terms 2
  34.         surf { diff medium_tan*1.3 shine 20 white }
  35.         surf { diff medium_tan*0.7 shine 30 white }
  36.     }
  37. }
  38.  
  39. cone { apex 1.2 0 0 apex_radius .25 base 66 0 0 base_radius .5 }
  40. ring { center 66 0 0 normal 1 0 0 radius .5 }
  41.  
  42. //      black rubber end
  43.  
  44. surf {
  45.     diff white * .1
  46.     shine 10 white * .5
  47. }
  48. cone { apex 66 0 0 base 66.05 0 0 radius .45 }
  49. cone { apex 66.05 0 0 apex_radius .45 base 66.3 0 0 base_radius .2 }
  50. ring { center 66.3 0 0 normal 1 0 0 radius .2 }
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.