home *** CD-ROM | disk | FTP | other *** search
- // Un script test qui prévoit l'inclusion d'un tore (TORE.INC)
-
- #inclure couleurs.inc
-
- environnement
- {
- position_camera 3 -18 13
- pointe_vers 0 0 0
- orientation_z 0 0 1
- champ_visuel 35
- resolution 640 480
- seuil 3
- anti_crenelage recursif
- facteur_proportionnel 1.3333
- fond { gris.pal }
- atmosphere .1 .1 .1
- }
-
- source_lumineuse
- {
- type point
- puissance 0
- position 2 -.5 4
- intensite .5 .5 .5
- }
-
- source_lumineuse
- {
- type point
- puissance 0
- position -3 -4 4
- intensite .6 .6 .6
- }
-
- matiere { diffuse Gris_Clair }
- disque { centre 0 0 -1 normale 0 0 1 rayon 1000 }
-
- matiere
- {
- diffuse Dorure
- speculaire 70 Blanc
- }
-
- #inclure tore.inc
-