Fichier:Pyramid of 35 spheres animation2.gif

Le contenu de la page n’est pas pris en charge dans d’autres langues.
Une page de Wikipédia, l'encyclopédie libre.

Pyramid_of_35_spheres_animation2.gif(640 × 480 pixels, taille du fichier : 4,7 Mio, type MIME : image/gif, en boucle, 36 trames, 1,4 s)

Ce fichier et sa description proviennent de Wikimedia Commons.

Description

Description
English: Pyramid of 35 spheres animation. Alternate version
Animated GIF (640 × 480 Pixel, Filesize: 4,7 MB) of 35 spheres in a pyramid.
Date
Source Ce fichier est dérivé de : Pyramid of 35 spheres animation original.gif
 
Cette infographie a été créée avec POV-Ray.
Auteur
Autres versions
File:Pyramid of 35 spheres animation.ogv
OGV video file of this version
File:Pyramid of 35 spheres animation original.gif
Original version
File:Pyramid 35 spheres.gif
POV-Ray source
InfoField
// Pyramid of 35 spheres POV-Ray source by Blotwell
// Uploaded to Wikimedia Commons
// and released under GPL
//
// Render frames 0 through 23 (24 is identical to 0)

global_settings {
	#max_trace_level 15
}
#declare sq = 1/sqrt(2);
#declare vx = <2,0,0>;
#declare vy = <1,0,sqrt(3)>;
#declare vz = <1,sqrt(8/3),sqrt(1/3)>;

#declare my_sphere_1 =
sphere { <0,1,0>,1 pigment { color rgbf <.9,1,.9,.9> }
	interior { ior 1.2 caustics 1.2 }
};
#declare my_sphere_2 =
sphere { <0,1,0>+vz,1 pigment { color rgbf <.9,.9,1,.9> }
	interior { ior 1.2 caustics 1.2 } 
};
#declare my_sphere_3 =
sphere { <0,1,0>+vz+vz,1 pigment { color rgbf <1,1,.8,.9> }
	interior { ior 1.2 caustics 1.2 } 
};
#declare my_sphere_4 =
sphere { <0,1,0>+vz+vz+vz,1 pigment { color rgbf <1,.9,.9,.9> }
	interior { ior 1.2 caustics 1.2 } 
}
#declare my_sphere_5 =
sphere { <0,1,0>+vz+vz+vz+vz,1 pigment { color rgbf <.9,.6,.9,.9> }
	interior { ior 1.2 caustics 1.2 } 
};

camera {
	location <-15,11,-12>
	right <2/3,0,0>
	up <0,1/2,0>
	look_at 4*vz-<0,3,0>
}

light_source {
	vx*10+<0,10,0> color rgb <1,1,1>
	photons {
		refraction on
		reflection on
	}
}
light_source {
	vy*10+<0,10,0> color rgb <1,1,1>
	photons {
		refraction on
		reflection on
	}
}

plane { <0,1,0>, 0
	finish {ambient 0.2}
	pigment { marble turbulence 1
		color_map { [0.0 rgb 1] [0.9 rgb 0.9] [1.0 rgb <0.6,0.5,0.5>] }
		scale 6 
	} 
}

plane { <0,-1,0>, -12
	finish {ambient 1}
	pigment { color rgb <.6,.6,.8> } 
}

union {
	object { my_sphere_1 translate 0 }
	object { my_sphere_1 translate vx }
	object { my_sphere_1 translate vy }
	object { my_sphere_1 translate vx+vx }
	object { my_sphere_1 translate vx+vy }
	object { my_sphere_1 translate vy+vy }
	object { my_sphere_1 translate vx+vx+vx }
	object { my_sphere_1 translate vx+vx+vy }
	object { my_sphere_1 translate vx+vy+vy }
	object { my_sphere_1 translate vy+vy+vy }
	object { my_sphere_1 translate vx+vx+vx+vx }
	object { my_sphere_1 translate vx+vx+vx+vy }
	object { my_sphere_1 translate vx+vx+vy+vy }
	object { my_sphere_1 translate vx+vy+vy+vy }
	object { my_sphere_1 translate vy+vy+vy+vy }

	object { my_sphere_2 translate 0 }
	object { my_sphere_2 translate vx }
	object { my_sphere_2 translate vy }
	object { my_sphere_2 translate vx+vx }
	object { my_sphere_2 translate vx+vy }
	object { my_sphere_2 translate vy+vy }
	object { my_sphere_2 translate vx+vx+vx }
	object { my_sphere_2 translate vx+vx+vy }
	object { my_sphere_2 translate vx+vy+vy }
	object { my_sphere_2 translate vy+vy+vy }

	object { my_sphere_3 translate 0 }
	object { my_sphere_3 translate vx }
	object { my_sphere_3 translate vy }
	object { my_sphere_3 translate vx+vx }
	object { my_sphere_3 translate vx+vy }
	object { my_sphere_3 translate vy+vy }

	object { my_sphere_4 translate 0 }
	object { my_sphere_4 translate vx }
	object { my_sphere_4 translate vy }

	object { my_sphere_5 translate 0 }
	translate -4*vz
	rotate <0,clock>
	translate 4*vz

Conditions d’utilisation

GNU head

Cette œuvre est un logiciel libre ; vous pouvez la redistribuer ou la modifier suivant les termes de la Licence publique générale GNU telle que publiée par la Free Software Foundation, soit la version 2 de cette License, soit une version ultérieure. Cette œuvre est distribuée dans l’espoir qu’elle sera utile, mais sans aucune garantie, pas même la garantie implicite de commercialisabilité ni celle d’adéquation à un besoin particulier. Consultez la version 2 et la version 3 de la GNU General Public License pour plus de détails.

Légendes

Ajoutez en une ligne la description de ce que représente ce fichier

Éléments décrits dans ce fichier

dépeint

Historique du fichier

Cliquer sur une date et heure pour voir le fichier tel qu'il était à ce moment-là.

Date et heureVignetteDimensionsUtilisateurCommentaire
actuel23 août 2007 à 20:55Vignette pour la version du 23 août 2007 à 20:55640 × 480 (4,7 Mio)AzaTothbased on the source of Pyramid_of_35_spheres_animation.ogg

La page suivante utilise ce fichier :

Usage global du fichier

Les autres wikis suivants utilisent ce fichier :