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

  1. #inclure couleurs.inc
  2.  
  3. environnement
  4. {
  5.  position_camera 3 2 4
  6.  pointe_vers 0 0 1
  7.  orientation_z 0 0 1
  8.  champ_visuel 70
  9.  resolution 320 200
  10.  anti_crenelage rapide
  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
  34. {
  35.  centre 0 0 0
  36.  normale 0 0 1
  37.  rayon 1000
  38. }
  39.  
  40. matiere
  41. {
  42.  diffuse Rose_Poudreux
  43.  speculaire 70 Blanc
  44. }
  45.  
  46. sphere
  47. {
  48.  centre -1 -1 1
  49.  rayon 1
  50.  decouper
  51.  {
  52.   haut -2 -2 1.5
  53.   base 1 3 1.5
  54.   rayon .5
  55.   exterieur
  56.  }
  57. }
  58.  
  59. cylindre
  60. {
  61.  tete 2 1.5 1
  62.  base -2 1.5 1
  63.  rayon .5
  64.  decouper
  65.  {
  66.   haut -2 -2 1.5
  67.   base 1 3 1.5
  68.   rayon .5
  69.   exterieur
  70.  }
  71. }
  72.  
  73. disque
  74. {
  75.  centre 2 1.5 1
  76.  normale -1 0 0
  77.  rayon .5
  78. }
  79.  
  80. disque
  81. {
  82.  centre -2 1.5 1
  83.  normale 1 0 0
  84.  rayon .5
  85. }
  86.  
  87. matiere
  88. {
  89.  diffuse Cuivre_Froid
  90.  speculaire 70 Blanc
  91. }
  92.  
  93. cylindre
  94. {
  95.  haut -2 -2 1.5
  96.  base 1 3 1.5
  97.  rayon .5
  98.  decouper
  99.  {
  100.   centre -1 -1 1
  101.   rayon 1
  102.   interieur
  103.  }
  104. }
  105.  
  106. cylindre
  107. {
  108.  tete -2 -2 1.5
  109.  base 1 3 1.5
  110.  rayon .5
  111.  decouper
  112.  {
  113.   haut 2 1.5 1
  114.   base -2 1.5 1
  115.   rayon .5
  116.   interieur
  117.  }
  118. }
  119.