home *** CD-ROM | disk | FTP | other *** search
- /* Note : ce script est la transcription d'un autre script provenant de
- MTV Ray-Tracer. Il a été réécrit pour Luxart afin de comparer
- le résultat final entre les deux ray-tracers.
- Si vous possédez MTV, c'est à vous de juger... */
-
- #inclure couleurs.inc
-
- environnement
- {
- position_camera 2.31 1.43 1.65
- pointe_vers 0 0 -0.1
- orientation_z 0 0 1
- champ_visuel 45
- resolution 640 480
- anti_crenelage recursif
- seuil 8
- facteur_proportionnel 1.3333
- fond Bleu_Ciel
- }
-
- source_lumineuse
- {
- type point
- puissance 0
- position 4 3 2
- intensite .3 .3 .3
- }
-
- source_lumineuse
- {
- type point
- puissance 0
- position 1 -4 4
- intensite .3 .3 .3
- }
-
- source_lumineuse
- {
- type point
- puissance 0
- position -3 1 5
- intensite .3 .3 .3
- }
-
- matiere
- {
- ambiante 0.15 0.1 0.045
- diffuse 1.0 0.75 0.33
- }
-
- disque
- {
- centre 0 0 -.5
- normale 0 0 1
- rayon 20
- }
-
- matiere
- {
- bosses
- {
- turbulence
- {
- ajuster .025 .025 .025
- amplitude .5
- cycle 5
- }
- }
- ambiante .035 .0325 .025
- diffuse .5 .45 .35
- reflexion .5 .5 .5
- speculaire 3
- }
-
- sphere { rayon .5 centre 0 0 0 }
-
- matiere
- {
- ambiante .035 .0325 .025
- diffuse .5 .45 .35
- reflexion .5 .5 .5
- speculaire 3
- }
-
- sphere { rayon .166667 centre .272166 .272166 .544331 }
- sphere { rayon .166667 centre .643951 .172546 0 }
- sphere { rayon .166667 centre .172546 .643951 0 }
- sphere { rayon .166667 centre -.371785 .0996195 .544331 }
- sphere { rayon .166667 centre -.471405 .471405 0 }
- sphere { rayon .166667 centre -.643951 -.172546 0 }
- sphere { rayon .166667 centre .0996195 -.371785 .544331 }
- sphere { rayon .166667 centre -.172546 -.643951 0 }
- sphere { rayon .166667 centre .471405 -.471405 0 }
-