Fitxer:Moon rotating full 160px.gif

El contingut de la pàgina no s'admet en altres llengües.
De la Viquipèdia, l'enciclopèdia lliure

Moon_rotating_full_160px.gif(160 × 160 píxels, mida del fitxer: 1,56 Mo, tipus MIME: image/gif, en bucle, 120 fotogrames, 4,8 s)

Descripció a Commons

Resum

Descripció
English: Animated rotation of the earth's moon. The lit side of the full moon is shown, as an observer looking from the sun's direction would see it. On earth, only one side is visible, but the moon rotates relatively to the sun during one month. In order to render the animation of a full rotation, images from spacecraft beyond the moon had to be used. At the terminator near the right edge, craters can be seen most clearly.
This is a small version suitable for display in Wikipedia.
Data
Font Treball propi
Autor Geek3
Altres versions

Source Code

 
Aquesta imatge ha estat creada amb POV-Ray.
 
Aquesta imatge ha estat creada amb ImageMagick.

The frames of the animation were created with POV-Ray, a free 3D rendering program. Two components are required:

  • A surface color map, free image from NASA's 1994 Clementine mission.
  • An elevation map (from USGS, public domain) with grey values encoding surface altitudes. The elevation map can be used as a simple bump map for fast rendering, or (as in this case) to reconstruct a full 3D model with realistic shadows.

Executing POV-ray rendering:

povray +H160 +W160 +UA +AM1 +A0.03 +R6 +KI0 +KF1 +KC +KFI1 +KFF120 +Oframe Moon_rotating_full_160px.pov

Assembling the gif animation with ImageMagick:

convert -loop 0 -delay 4 -dispose background frame???.png -channel alpha -threshold 50% +channel +dither -colors 64 Moon_rotating_full_220px.gif

Source file Moon_rotating_full_160px.pov:

// Moon_rotating_full_160px.pov
#version 3.7;
#include "colors.inc"

global_settings { assumed_gamma 1 }

camera { location <0, 0, -220> look_at <0, 0, 0> up 0.00526 right 0.00526 }

light_source {
    <0.3,0,-1> * 200
    color White
}

// use true 3D surface
#include "functions.inc"
#declare ele=function{
    pigment{
        image_map{
            jpeg "moon_elevation.jpg" map_type 1 interpolate 2
        }
    }
}

#declare rs=0.006; // ratio of roughness to radius
isosurface {
    function { f_sphere(x,y,z, 1) + rs * (1 - ele(x,y,z).gray) }
    contained_by { sphere {0,1.01} }
    accuracy 0.00001
    max_gradient 1.2
    texture {
        pigment {
            image_map { jpeg "moon_surface.jpg" map_type 1 } }
            finish {
                ambient rgb 0.006*<1,1,1> // space is dark
                diffuse 1.4 // brightness
                brilliance 1.0 // seems most realistic
            }
        }
    scale <1,1,-1>
    rotate <0,-90+360*clock,0>
    translate <0,0,0>
}

Llicència

Jo, el titular dels drets d'autor d'aquest treball, el public sota les següents llicències:
GNU head S'autoritza la còpia, la distribució i la modificació d'aquest document sota els termes de la llicència de documentació lliure GNU versió 1.2 o qualsevol altra versió posterior que publiqui la Free Software Foundation; sense seccions invariants, ni textos de portada, ni textos de contraportada. S'inclou una còpia d'aquesta llicència en la secció titulada GNU Free Documentation License.
w:ca:Creative Commons
reconeixement
Aquest fitxer està subjecte a la llicència de Creative Commons Reconeixement 3.0 No adaptada.
Sou lliure de:
  • compartir – copiar, distribuir i comunicar públicament l'obra
  • adaptar – fer-ne obres derivades
Amb les condicions següents:
  • reconeixement – Heu de donar la informació adequada sobre l'autor, proporcionar un enllaç a la llicència i indicar si s'han realitzat canvis. Podeu fer-ho amb qualsevol mitjà raonable, però de cap manera no suggereixi que l'autor us dóna suport o aprova l'ús que en feu.
Podeu seleccionar la llicència que vulgueu.

Llegendes

Afegeix una explicació d'una línia del que representa aquest fitxer

Elements representats en aquest fitxer

representa l'entitat

Historial del fitxer

Cliqueu una data/hora per veure el fitxer tal com era aleshores.

Data/horaMiniaturaDimensionsUsuari/aComentari
actual02:09, 23 març 2016Miniatura per a la versió del 02:09, 23 març 2016160 × 160 (1,56 Mo)Geek3== {{int:filedesc}} == {{Information |Description ={{en|1=Animated rotation of the earth's moon. The lit side of the full moon is shown, as an observer looking from the sun's direction would see it. On earth, only on...

La pàgina següent utilitza aquest fitxer:

Ús global del fitxer

Utilització d'aquest fitxer en altres wikis:

Metadades