home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / LUXART / SCENES / ARTORE.ART < prev    next >
Text File  |  1993-10-07  |  677b  |  45 lines

  1. // Un script test qui prévoit l'inclusion d'un tore (TORE.INC)
  2.  
  3. #inclure couleurs.inc
  4.  
  5. environnement
  6. {
  7.  position_camera 3 -18 13
  8.  pointe_vers 0 0 0
  9.  orientation_z 0 0 1
  10.  champ_visuel 35
  11.  resolution 640 480
  12.  seuil 3
  13.  anti_crenelage recursif
  14.  facteur_proportionnel 1.3333
  15.  fond { gris.pal }
  16.  atmosphere .1 .1 .1
  17. }
  18.  
  19. source_lumineuse
  20. {
  21.  type point
  22.  puissance 0
  23.  position 2 -.5 4
  24.  intensite .5 .5 .5
  25. }
  26.  
  27. source_lumineuse
  28. {
  29.  type point
  30.  puissance 0
  31.  position -3 -4 4
  32.  intensite .6 .6 .6
  33. }
  34.  
  35. matiere { diffuse Gris_Clair }
  36. disque { centre 0 0 -1 normale 0 0 1 rayon 1000 }
  37.  
  38. matiere
  39. {
  40.  diffuse Dorure
  41.  speculaire 70 Blanc
  42. }
  43.  
  44. #inclure tore.inc
  45.