home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / dos / fr / luxart20 / scenes / decoupe2.art < prev    next >
Text File  |  1994-09-28  |  992b  |  81 lines

  1. #inclure couleurs.inc
  2.  
  3. environnement
  4. {
  5.  position_camera 1 -6 5
  6.  pointe_vers 0 -1 0
  7.  orientation_z 0 0 1
  8.  champ_visuel 45
  9.  resolution 640 480
  10.  anti_crenelage recursif
  11.  facteur_proportionnel 1.333
  12.  fond { gris.pal }
  13.  atmosphere .1 .1 .1
  14. }
  15.  
  16. source_lumineuse
  17. {
  18.  type point
  19.  puissance 0
  20.  position 1 -.5 5
  21.  intensite .5 .5 .5
  22. }
  23.  
  24. source_lumineuse
  25. {
  26.  type point
  27.  puissance 0
  28.  position -2 -4 5
  29.  intensite .5 .5 .5
  30. }
  31.  
  32. matiere { diffuse Gris_Clair }
  33. disque { centre 0 0 0 normale 0 0 1 rayon 1000 }
  34.  
  35. matiere
  36. {
  37.  diffuse Cuivre
  38.  speculaire 70 Blanc
  39. }
  40.  
  41. cylindre
  42. {
  43.  haut -2 0 .5
  44.  base 2 0 .5
  45.  rayon .5
  46.  decouper
  47.  {
  48.   centre -1.5 0 .5
  49.   normale  1 1 0
  50.  }
  51.  decouper
  52.  {
  53.   centre 1.5 0 .5
  54.   normale -1 1 0
  55.  }
  56. }
  57.  
  58. cylindre
  59. {
  60.  haut -2 -1.1 .5
  61.  base 2 -1.1 .5
  62.  rayon .5
  63.  decouper
  64.  {
  65.   centre 0 -1.1 .5
  66.   normale 0 0 -1
  67.  }
  68. }
  69.  
  70. cylindre
  71. {
  72.  haut -2 -2.2 .5
  73.  base 2 -2.2 .5
  74.  rayon .5
  75.  decouper
  76.  {
  77.   centre 0 -2.2 .5
  78.   normale -.3 0 -1
  79.  }
  80. }
  81.