home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / voxrom / images / guelt / musee.art < prev    next >
Text File  |  1995-07-24  |  6KB  |  268 lines

  1. // Un "musée" intergalactique
  2. // par Sébastien GUELT
  3.  
  4. #inclure couleurs.inc
  5.  
  6. environnement
  7. {
  8.  position_camera 0 -100 100
  9.  pointe_vers 0 0 40
  10.  cote -0.5 0 1
  11.  champ_visuel 50
  12.  resolution 640 480
  13.  anti_crenelage recursif
  14.  seuil 4
  15.  facteur_proportionnel 1.3333
  16.  artefact
  17.  caustiques
  18.  fond .2 .05 .2
  19. }
  20.  
  21.  
  22. // La lumiere
  23.  
  24. source_lumineuse
  25.                 {
  26.                  type point
  27.                  position 500 -500 500
  28.                  intensite .5 .5 .5
  29.                  puissance 0
  30.                 } 
  31.  
  32. source_lumineuse
  33.                 {
  34.                  type point
  35.                  position 0 -500 500
  36.                  intensite .5 .5 .5
  37.                  puissance 0
  38.                 }  
  39.  
  40. source_lumineuse
  41.                 {
  42.                  type point
  43.                  position -500 -500 500
  44.                  intensite .5 .5 .5
  45.                  puissance 0
  46.                 }  
  47.  
  48.  
  49. // Le ciel
  50.  
  51. matiere
  52.        {
  53.         texture
  54.                {
  55.                 echantillon fractal
  56.                 ajuster 3000 300 300
  57.                 deplacer 0 0 0
  58.                 transition 0
  59.                 cycle 5
  60.                 matiere
  61.                        {
  62.                         diffuse .2 .2 .2
  63.                        }
  64.                 matiere
  65.                        {
  66.                         ambiante Noir
  67.                         refraction 1 1 1
  68.                         indice_refraction 1
  69.                        }
  70.                } 
  71.        }
  72.  
  73. sphere
  74.       {
  75.        centre 0 0 -1000
  76.        rayon 10000
  77.       }
  78.  
  79.  
  80. // L'eau 
  81.  
  82. matiere
  83.        {
  84.         diffuse .1 .1 .3
  85.         reflexion .5 .5 .5
  86.         bosses
  87.               {
  88.                turbulence
  89.                          {
  90.                           ajuster 5 2 2
  91.                           deplacer 0 0 0
  92.                           amplitude .4
  93.                           cycle 3
  94.                          }
  95.               } 
  96.        }
  97.  
  98. sphere
  99.       {
  100.        centre 0 0 -1000
  101.        rayon 1000
  102.       }
  103.  
  104.  
  105. // Les montagnes
  106.  
  107. matiere
  108.        {
  109.         texture
  110.                {
  111.                 echantillon fractal
  112.                 ajuster 1 1 .1
  113.                 deplacer 0 0 0
  114.                 transition 0
  115.                 cycle 5
  116.                 matiere
  117.                        {
  118.                         diffuse Bois_Fonce
  119.                        }
  120.                 matiere
  121.                        {
  122.                         diffuse .2 .2 .2
  123.                        }
  124.                } 
  125.        } 
  126.  
  127. terrain
  128.        {
  129.         etendue 0 -200 -20
  130.                 300 500 0
  131.                 -300 500 0
  132.         composantes .3 40 6
  133.        }
  134.  
  135.  
  136. // Les objets volants
  137.  
  138. #declarer cellule +
  139.                  matiere +
  140.                         { +
  141.                          texture +
  142.                                 { +
  143.                                  echantillon fractal +
  144.                                  ajuster 1 1 .1 +
  145.                                  deplacer 0 0 0 +
  146.                                  transition 0 +
  147.                                  cycle 5 +
  148.                                  matiere +
  149.                                         { +
  150.                                          diffuse Gris_Clair +
  151.                                         } +
  152.                                  matiere +
  153.                                         { +
  154.                                          diffuse .2 .2 .2 +
  155.                                         } +
  156.                                 } +
  157.                         } +
  158.                  terrain +
  159.                         { +
  160.                          etendue 0 -10 0 +
  161.                                  8.66 15 0 +
  162.                                  -8.66 15 0 +
  163.                          composantes .5 10 6 +
  164.                          decouper +
  165.                                  { +
  166.                                   centre 0 0 200 +
  167.                                   rayon 200 +
  168.                                   exterieur +
  169.                                  } +
  170.                         }
  171.  
  172. bloc
  173.     {
  174.      ajuster 1 1 1
  175.      pivoter 0 0 0
  176.      deplacer 8 -70 70
  177.     }
  178. cellule
  179. bloc
  180.     {
  181.      ajuster 1 1 1
  182.      deplacer 0 0 15
  183.     }
  184. matiere
  185.        {
  186.         texture
  187.                {
  188.                 echantillon roche
  189.                 ajuster 1 1 1
  190.                 cycle 3
  191.                 matiere
  192.                        {
  193.                         diffuse Gris_Fonce
  194.                         imperfection .3
  195.                        }
  196.                 matiere
  197.                        {
  198.                         diffuse Gris
  199.                         imperfection .3
  200.                        }
  201.                }
  202.        } 
  203. trigonolithe beethove.raw
  204. fin_bloc
  205. fin_bloc
  206.  
  207. bloc
  208.     {
  209.      ajuster 1 1 1
  210.      pivoter 0 0 0
  211.      deplacer -20 -30 50
  212.     }
  213. cellule
  214. bloc
  215.     {
  216.      ajuster 2.2 2.2 2.2
  217.      deplacer 0 0 10
  218.     }
  219. matiere
  220.        {
  221.         texture
  222.                {
  223.                 echantillon roche
  224.                 ajuster .3 .3 .3
  225.                 cycle 3
  226.                 matiere
  227.                        {
  228.                         diffuse Gris_Fonce
  229.                         imperfection .3
  230.                        }
  231.                 matiere
  232.                        {
  233.                         diffuse Gris
  234.                         imperfection .3
  235.                        }
  236.                }
  237.        } 
  238. #inclure statue.inc
  239. fin_bloc
  240. fin_bloc 
  241.  
  242. bloc
  243.     {
  244.      ajuster 1 1 1
  245.      pivoter 0 0 0
  246.      deplacer 40 180 70
  247.     }
  248. cellule
  249. fin_bloc  
  250.  
  251. bloc
  252.     {
  253.      ajuster 1 1 1
  254.      pivoter 0 0 0
  255.      deplacer 0 130 10
  256.     }
  257. cellule
  258. fin_bloc    
  259.  
  260. bloc
  261.     {
  262.      ajuster 1 1 1
  263.      pivoter 0 0 0
  264.      deplacer -10 20 20
  265.     }
  266. cellule
  267. fin_bloc
  268.