Archivo:Moon rotating full 160px.gif

Moon_rotating_full_160px.gif(160 × 160 píxeles; tamaño de archivo: 1,56 MB; tipo MIME: image/gif, bucleado, 120 frames, 4,8s)

Resumen

Descripción
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.
Fecha
Fuente Trabajo propio
Autor Geek3
Otras versiones

Source Code

 
Esta imagen fue creada con POV-Ray.
 
Esta imagen fue creada con 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>
}

Licencia

Yo, titular de los derechos de autor de esta obra, la publico en los términos de las siguientes licencias:
GNU head Se autoriza la copia, distribución y modificación de este documento bajo los términos de la licencia de documentación libre GNU, versión 1.2 o cualquier otra que posteriormente publique la Fundación para el Software Libre; sin secciones invariables, textos de portada, ni textos de contraportada. Se incluye una copia de la dicha licencia en la sección titulada Licencia de Documentación Libre GNU.
w:es:Creative Commons
atribución
Este archivo se encuentra bajo la licencia Creative Commons Atribución 3.0 Unported.
Eres libre:
  • de compartir – de copiar, distribuir y transmitir el trabajo
  • de remezclar – de adaptar el trabajo
Bajo las siguientes condiciones:
  • atribución – Debes otorgar el crédito correspondiente, proporcionar un enlace a la licencia e indicar si realizaste algún cambio. Puedes hacerlo de cualquier manera razonable pero no de manera que sugiera que el licenciante te respalda a ti o al uso que hagas del trabajo.
Puedes usar la licencia que prefieras.

Leyendas

Añade una explicación corta acerca de lo que representa este archivo

Elementos representados en este archivo

representa a

Historial del archivo

Haz clic sobre una fecha y hora para ver el archivo tal como apareció en ese momento.

Fecha y horaMiniaturaDimensionesUsuarioComentario
actual00:09 23 mar 2016Miniatura de la versión del 00:09 23 mar 2016160 × 160 (1,56 MB)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 siguiente página usa este archivo:

Uso global del archivo

Las wikis siguientes utilizan este archivo:

Metadatos