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

  1. /* Note : ce script est la transcription d'un autre script provenant de
  2.           MTV Ray-Tracer. Il a été réécrit pour Luxart afin de comparer
  3.           le résultat final entre les deux ray-tracers.
  4.           Si vous possédez MTV, c'est à vous de juger... */
  5.  
  6. #inclure couleurs.inc
  7.  
  8. environnement
  9. {
  10.  position_camera 2.31 1.43 1.65
  11.  pointe_vers 0 0 -0.1
  12.  orientation_z 0 0 1
  13.  champ_visuel 45
  14.  resolution 640 480
  15.  anti_crenelage recursif
  16.  seuil 8
  17.  facteur_proportionnel 1.3333
  18.  fond Bleu_Ciel
  19. }
  20.  
  21. source_lumineuse
  22. {
  23.  type point
  24.  puissance 0
  25.  position 4 3 2
  26.  intensite .3 .3 .3
  27. }
  28.  
  29. source_lumineuse
  30. {
  31.  type point
  32.  puissance 0
  33.  position 1 -4 4
  34.  intensite .3 .3 .3
  35. }
  36.  
  37. source_lumineuse
  38. {
  39.  type point
  40.  puissance 0
  41.  position -3 1 5
  42.  intensite .3 .3 .3
  43. }
  44.  
  45. matiere
  46. {
  47.  ambiante 0.15 0.1 0.045
  48.  diffuse 1.0 0.75 0.33
  49. }
  50.  
  51. disque
  52. {
  53.  centre 0 0 -.5
  54.  normale 0 0 1
  55.  rayon 20
  56. }
  57.  
  58. matiere
  59. {
  60.  bosses
  61.  {
  62.   turbulence
  63.   {
  64.    ajuster .025 .025 .025
  65.    amplitude .5
  66.    cycle 5
  67.   }
  68.  }
  69.  ambiante .035 .0325 .025
  70.  diffuse .5 .45 .35
  71.  reflexion .5 .5 .5
  72.  speculaire 3
  73. }
  74.  
  75. sphere { rayon .5 centre 0 0 0 }
  76.  
  77. matiere
  78. {
  79.  ambiante .035 .0325 .025
  80.  diffuse .5 .45 .35
  81.  reflexion .5 .5 .5
  82.  speculaire 3
  83. }
  84.  
  85. sphere { rayon .166667 centre  .272166   .272166  .544331 }
  86. sphere { rayon .166667 centre  .643951   .172546  0 }
  87. sphere { rayon .166667 centre  .172546   .643951  0 }
  88. sphere { rayon .166667 centre -.371785   .0996195 .544331 }
  89. sphere { rayon .166667 centre -.471405   .471405  0 }
  90. sphere { rayon .166667 centre -.643951  -.172546  0 }
  91. sphere { rayon .166667 centre  .0996195 -.371785  .544331 }
  92. sphere { rayon .166667 centre -.172546  -.643951  0 }
  93. sphere { rayon .166667 centre  .471405  -.471405  0 }
  94.