Sun-Ecliptic-4Seasons-aDayOnEarth.gif(320 × 240 pixlar, filstorlek: 394 kbyte, MIME-typ: image/gif, upprepad, 36 bildrutor, 7,2 s)

Sammanfattning

Beskrivning
English: The Sun & the ecliptic rotation around the Earth : The green Sun is the one of the vernal equinox (march), it is followed by a summer solstice Sun. Then automn equinox and winter solstice. The ground plane (latitude 50°N) is green, the rotating ecliptic plane is blue. Also represented are the celestial equator, the two tropics and the rotation axis.
Français : Changement de position du Soleil et de l'écliptique autour de la Terre : le Soleil vert est celui du point vernal (mars), il est suivi du Soleil au solstice d'été. Ensuite, équinoxe d'automne et solstice d'hiver. L'horizontale (à 50° de latitude nord) est vert, le plan de l'écliptique (sur lequel 4 Soleils sont représentés) est bleu. On peut aussi voir l'équateur céleste, les deux tropiques et l'axe de rotation terrestre. Le cylindre noir représente un homme à la surface.
Русский: Движение Солнца (жёлтые и зелёный шарики) по небесной сфере в день летнего солнцестояния (верхняя зелёная окружность), в день весеннего и в день осеннего равноденствий (красная окружность) и в день зимнего солнцестояния (нижняя зелёная окружность). Голубой круг — плоскость эклиптики. Зелёный круг — плоскость горизонта.
Datum
Källa Eget arbete
Skapare Xofc

Povray animation ::


See also


// ecl.pov
#declare Latitude=50;
#declare Eclip=23.7;

global_settings
	{
	assumed_gamma 1.5
	noise_generator 2
	}
light_source
	{
	<5000, 3000, 0>, rgb <1, 1, 1>
	}
//----------------
cylinder { // ground
	<0,0,0>,<0,0.05,0>, 7
	texture { pigment{ color rgbt<0.4,0.8,0,0.8>}
                  finish { diffuse 0.9 phong 0.5}
		}
	}
cylinder { // man
	<0,0,0>,<0,2,0>, .2
	pigment { rgb <0,0,0> }
	}

union	{
	cylinder { <0,-20,0>, <0,20,0>, 0.1	// poles axis
		pigment { rgb <1,0,0> }
		}
	torus { 7, 0.05				// Equator
		pigment { rgb <1,0,0> }
		}
	torus { 7*cos(radians(Eclip)), 0.05	// Cancer
		pigment { rgb <0,1,0> }
		translate <0,-7*sin(radians(Eclip)),0>
		}
	torus { 7*cos(radians(Eclip)), 0.05	// Capricorne
		pigment { rgb <0,1,0> }
		translate <0,7*sin(radians(Eclip)),0>
		}
	union	{
		cylinder { <0,0,0>,<0,0.05,0>, 7	// Ecliptic plane
			texture { pigment{ color rgbt<0,0.8,1,0.8>}
                		finish { diffuse 0.9 phong 0.5}
				}
			}
		sphere { <7,0,0>,.5		// Sun september
			pigment { rgb <1,1,0> }
			}
		sphere { <-7,0,0>,.5		// Sun march
			pigment { rgb <0,1,0> }
			}
		sphere { <0,0,7>,.5
			pigment { rgb <1,1,0> }
			}
		sphere { <0,0,-7>,.5
			pigment { rgb <1,1,0> }
			}
		rotate <Eclip,0,0>
		}
	rotate <0, clock, 0>
	rotate <-(90-Latitude),0,0>
	}
camera	{
	perspective
	location <15, 0, 0>
	rotate <0,30,5>
	look_at <0, -.6, 0>
	}

; ecl.ini
; Persistence Of Vision raytracer version 3.5.

Antialias=On
Antialias_Threshold=0.3
Antialias_Depth=3

Input_File_Name=ecl.pov

Initial_Frame=1
Final_Frame=36
Initial_Clock=0
Final_Clock=360

Cyclic_Animation=on
Pause_when_Done=off

# doit.sh
povray +ua ecl.ini
convert -delay 20 -loop 0 -dispose Previous ecl*.png ecl.gif

Licensiering

Jag, upphovsrättsinnehavaren av detta verk, publicerar härmed det under följande licenser:
w:sv:Creative Commons
erkännande dela lika
Denna fil har gjorts tillgänglig under licensen Creative Commons Erkännande-Dela Lika 3.0 Generisk
Du är fri:
  • att dela – att kopiera, distribuera och sända verket
  • att remixa – att skapa bearbetningar
På följande villkor:
  • erkännande – Du måste ge lämpligt erkännande, ange en länk till licensen och indikera om ändringar har gjorts. Du får göra det på ett lämpligt sätt, men inte på ett sätt som antyder att licensgivaren stödjer dig eller din användning.
  • dela lika – Om du remixar, transformerar eller bygger vidare på materialet måste du distribuera dina bidrag under samma eller en kompatibel licens som originalet.
GNU head Tillstånd ges att kopiera, distribuera och/eller modifiera detta dokument under villkoren i GNU Free Documentation License, Version 1.2 eller senare version publicerad av Free Software Foundation, utan oföränderliga avsnitt, framsidestexter eller baksidestexter. En kopia av licensen ingår i avsnittet GNU Free Documentation License.
Du får själv välja den licens du vill använda.

Bildtexter

Ingen bildtext har definierats

Objekt som porträtteras i den här filen

motiv

Filhistorik

Klicka på ett datum/klockslag för att se filen som den såg ut då.

Datum/TidMiniatyrbildDimensionerAnvändareKommentar
nuvarande8 september 2010 kl. 12.46Miniatyrbild för versionen från den 8 september 2010 kl. 12.46320 × 240 (394 kbyte)Xofc{{Information |Description={{en|1=The Sun & the ecliptic rotation around the Earth : The green Sun is the one of the vernal equinox (march), it is followed by a summer solstice Sun. Then automn equinox and winter solstice. The ground plane (latitude 50�

Inga sidor använder den här filen.

Global filanvändning

Följande andra wikier använder denna fil: