home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / dos / fr / luxart20 / objets / queue.inc < prev    next >
Text File  |  1994-09-28  |  1KB  |  118 lines

  1. matiere
  2. {
  3.  diffuse .1 .3 .8
  4.  imperfection .1
  5.  speculaire 5 .1 .1 .1
  6. }
  7.  
  8. disque
  9. {
  10.  centre 0 0 0
  11.  normale -1 0 0
  12.  rayon .18
  13. }
  14.  
  15. cone
  16. {
  17.  tete 0 0 0
  18.  rayon_tete .18
  19.  base .02 0 0 rayon_base .22
  20. }
  21.  
  22. cone
  23. {
  24.  tete .02 0 0
  25.  rayon_tete .22
  26.  base .06 0 0
  27.  rayon_base .24
  28. }
  29.  
  30. cylindre
  31. {
  32.  haut .06 0 0
  33.  base .2 0 0
  34.  rayon .24
  35. }
  36.  
  37. // embout en plastique blanc (côté table)
  38.  
  39. matiere
  40. {
  41.  diffuse .8 .8 .8
  42.  reflexion .1 .1 .1
  43.  speculaire 20 Blanc
  44. }
  45.  
  46. disque
  47. {
  48.  centre .2 0 0
  49.  normale -1 0 0
  50.  rayon .25
  51. }
  52.  
  53. cylindre
  54. {
  55.  haut .2 0 0
  56.  base 1.2 0 0
  57.  rayon .25
  58. }
  59.  
  60. //  queue en bois
  61.  
  62. matiere
  63. {
  64.  texture
  65.  {
  66.   echantillon fractal
  67.   ajuster 1 0.01 0.01
  68.   cycle 2
  69.   matiere { diffuse Brun       speculaire 20 Blanc }
  70.   matiere { diffuse Bois_Moyen speculaire 30 Blanc }
  71.  }
  72. }
  73.  
  74. cone
  75. {
  76.  tete 1.2 0 0
  77.  rayon_tete .25
  78.  base 66 0 0
  79.  rayon_base .5
  80. }
  81.  
  82. disque
  83. {
  84.  centre 66 0 0
  85.  normale 1 0 0
  86.  rayon .5
  87. }
  88.  
  89. // embout en plastique noir (côté joueur)
  90.  
  91. matiere
  92. {
  93.  diffuse .1 .1 .1
  94.  speculaire 10 .5 .5 .5
  95. }
  96.  
  97. cylindre
  98. {
  99.  haut 66 0 0
  100.  base 66.05 0 0
  101.  rayon .45
  102. }
  103.  
  104. cone
  105. {
  106.  tete 66.05 0 0
  107.  rayon_tete .45
  108.  base 66.3 0 0
  109.  rayon_base .2
  110. }
  111.  
  112. disque
  113. {
  114.  centre 66.3 0 0
  115.  normale 1 0 0
  116.  rayon .2
  117. }
  118.