home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 14 / CD_ASCQ_14_0694.iso / maj / luxart / scenes / zephyr.art < prev   
Text File  |  1994-05-18  |  2KB  |  99 lines

  1. #inclure couleurs.inc
  2.  
  3. environnement
  4. {
  5.  position_camera  6.4 -7.5 5
  6.  pointe_vers 4.5 4 .9
  7.  orientation_z 0 0 1
  8.  champ_visuel 50
  9.  resolution 640 480
  10.  anti_crenelage recursif
  11.  seuil 4
  12.  facteur_proportionnel 1.333
  13.  fond { gris.pal }
  14.  atmosphere .1 .1 .1
  15. }
  16.  
  17. source_lumineuse
  18. {
  19.  type point
  20.  puissance 1
  21.  position -3 0 6
  22.  intensite 9 9 9
  23. }
  24.  
  25. source_lumineuse
  26. {
  27.  type point
  28.  puissance 1
  29.  position 11.5 2 7.5
  30.  intensite 9 9 9
  31. }
  32.  
  33. // un tapis de velours vert
  34.  
  35. matiere
  36. {
  37.  diffuse Vert_Fonce
  38.  imperfection .2
  39.  force_crenelage
  40. }
  41.  
  42. disque
  43. {
  44.  centre 0 0 -0.1
  45.  normale 0 0 1
  46.  rayon 1000
  47. }
  48.  
  49. // le carrelage puzzle taillé dans le marbre
  50.  
  51. matiere
  52. {
  53.  texture
  54.  {
  55.   echantillon concentrique
  56.   turbulence
  57.   {
  58.    cycle 6
  59.    amplitude 6
  60.   }
  61.   transition .8
  62.   rayon 1
  63.   rayon 3
  64.   matiere { diffuse Miel         speculaire 20 Blanc }
  65.   matiere { diffuse Rouge_Indien speculaire 20 Blanc }
  66.  }
  67. }
  68.  
  69. #inclure socle.inc    // Ceci a été calculé et créé par la procédure
  70.                       // 'Carrelage Puzzle'
  71.  
  72. // le masque égyptien doré
  73.  
  74. matiere
  75. {
  76.  diffuse Cuivre_Froid
  77.  reflexion .1 .1 .1
  78.  speculaire 80 Blanc
  79. }
  80.  
  81. bloc { deplacer 7 3 5.5 ajuster .7 }
  82. #inclure zephyr.inc
  83. fin_bloc
  84.  
  85. // les 4 boules de crystal qui entourent le socle
  86.  
  87. matiere
  88. {
  89.  refraction .98 .98 .98
  90.  reflexion .1 .1 .1
  91.  indice_refraction 1.54
  92.  speculaire 100 Blanc
  93. }
  94.  
  95. sphere { centre  .5  .4 .5 rayon .4 }
  96. sphere { centre 8.5  .4 .5 rayon .4 }
  97. sphere { centre  .5 8.4 .5 rayon .4 }
  98. sphere { centre 8.5 8.4 .5 rayon .4 }
  99.