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

  1. // Script destiné à tester la primitive SURFACE DE REVOLUTION         S.M.
  2.  
  3. #inclure couleurs.inc
  4.  
  5. environnement
  6. {
  7.  position_camera 10 -15 10
  8.  pointe_vers 0 0 3
  9.  cote 0 0 1
  10.  champ_visuel 55
  11.  resolution 640 480
  12.  anti_crenelage recursif
  13.  facteur_proportionnel 1.3333
  14.  fond { gris.pal }
  15.  atmosphere .1 .1 .1
  16.  stochastique
  17. }
  18.  
  19. source_lumineuse
  20. {
  21.  type point
  22.  puissance 0
  23.  position 10 -12 10
  24.  intensite .5 .5 .5
  25. }
  26.  
  27. source_lumineuse
  28. {
  29.  type point
  30.  puissance 0
  31.  position -8 -10 12
  32.  intensite .5 .5 .5
  33. }
  34.  
  35. matiere {
  36.         texture {
  37.                 echantillon damier
  38.                 ajuster 3.2 3.2 0
  39.                 matiere { diffuse Blanc_Antique  reflexion .3 .3 .3 }
  40.                 matiere { diffuse Prune4 reflexion .3 .3 .3 }
  41.         }
  42. }
  43. disque { centre 0 0 0 normale 0 0 1 rayon 1000 }
  44.  
  45. matiere {
  46.         texture {
  47.                 echantillon hybride
  48.                 transition .8
  49.                 octaves 2
  50.                 lambda 1.4
  51.                 omega 0.75
  52.                 ajuster 4 2 2
  53.                 matiere { diffuse Blanc speculaire 60 Blanc }
  54.                 matiere { diffuse Noir speculaire 60 Blanc }
  55.         }
  56. }
  57. revolution {
  58.  pas 50
  59.  sommets 27
  60.  liste   0 8
  61.          .5 8
  62.          .5 8.5
  63.          1 8
  64.          .75 7.4
  65.          1 7
  66.          2 7
  67.          2.4 7.5
  68.          2.4 6.5
  69.          3 6
  70.          3 5.5
  71.          2 5
  72.          2 4.3
  73.          3 4
  74.          4 4
  75.          4.5 4.5
  76.          5 4.5
  77.          5 5
  78.          6 5.6
  79.          6.5 4
  80.          6 3
  81.          5 3
  82.          3 2
  83.          1 2.5
  84.          .5 1.55
  85.          2 1.2
  86.          4.5 0
  87. }
  88. pseudotore {
  89.  rayon 4.1
  90.  rayon_tube .4
  91.  segments 60
  92. }
  93. pseudotore {
  94.  rayon 6.2
  95.  rayon_tube .5
  96.  segments 100
  97.  centre 0 0 4
  98.  perles
  99. }
  100.  
  101. matiere {
  102.         diffuse 0 .25 .9
  103.         speculaire 40 Blanc
  104.         reflexion .35 .35 .35
  105.         refraction .8 .8 .8
  106.         indice_refraction 1.33
  107.         surface {
  108.                 vague {
  109.                       centre 0 0 4.6
  110.                       crete_a_crete 1.85
  111.                       amplitude .75
  112.                       attenuation .8
  113.                 }
  114.         }
  115. }
  116. disque { centre 0 0 4.6 rayon 5.1 normale 0 0 1 }
  117.