home *** CD-ROM | disk | FTP | other *** search
- #inclure couleurs.inc
-
- environnement
- {
- position_camera 1 -3.6 2.9
- pointe_vers -.1 0 0
- orientation_z 0 0 1
- champ_visuel 35
- resolution 640 480
- anti_crenelage recursif
- facteur_proportionnel 1.3333
- fond { gris.pal }
- atmosphere .1 .1 .1
- }
-
- source_lumineuse
- {
- type point
- puissance 0
- position 1 -.5 5
- intensite .5 .5 .5
- }
-
- source_lumineuse
- {
- type point
- puissance 0
- position -2 -4 5
- intensite .5 .5 .5
- }
-
- // le sol
-
- matiere { diffuse Gris_Clair }
-
- disque
- {
- centre 0 0 0
- normale 0 0 1
- rayon 1000
- }
-
- // les morceaux...
-
- matiere
- {
- diffuse Mocassin
- speculaire 70 Blanc
- }
-
- sphere
- {
- centre 0.5 0 .5
- rayon .5
- decouper
- {
- centre .5 0 1
- rayon .2
- exterieur
- }
- decouper
- {
- centre 0 0 .5
- normale 0 0 1
- }
- }
-
- cylindre
- {
- haut -1 -1 .5
- base 1 -1 .5
- rayon .3
- decouper
- {
- centre 0 -1 .8
- rayon .5
- exterieur
- }
- decouper
- {
- centre 0 -1 0
- rayon 1
- interieur
- }
- }
-