Ficheiro:Moon structure.svg

O conteúdo da página não é suportado noutras línguas.
Origem: Wikipédia, a enciclopédia livre.

Imagem numa resolução maior(ficheiro SVG, de 552 × 553 píxeis, tamanho: 1,03 MB)

Descrição do ficheiro

Descrição
English: The inner structure of the Moon (from innermost): core (yellow, r=160km), primitive mantle (orange, r=1188km), depleted mantle (blue, r=1670km), crust (grey, r=1738km)
Data
Origem

Obra do próprio

Prototyped with PovRay, manually traced and post-processed with Illustrator.

 
Este(a) gráfico foi criado com o Persistence of Vision.
 
Este(a) desenho vetorial foi criado com o Adobe Illustrator.

PovRay source code:

#include "colors.inc"
#include "shapes.inc"

background {
  color White
}

camera {
  location <18, 20, -30>
  look_at  <0, 0, 0>
}

light_source { <5, 30, -40> color White }

// Core
sphere {
  <0, 0, 0>, 3.5
  texture {
    pigment { color Red }
  }
}

// Primitive Mantle
difference{
  sphere {
    <0, 0, 0>, 11.88
    texture {
      pigment { color Yellow }
    }
  }
  prism {
    linear_spline
    0, // height 1
    20, // height 2
    3, // the number of points making up the shape...
    <0,0>,<-18.01,20>,<2.5,20>
    rotate y*180
    translate -0.01*y
    pigment { color Yellow }
  }
}

// Depleted Mantle
difference{
  sphere {
    <0, 0, 0>, 16.70
    texture {
      pigment { color Green }
    }
  }
  prism {
    linear_spline
    0, // height 1
    20, // height 2
    3, // the number of points making up the shape...
    <0,0>,<-18.02,20>,<4.5,20>
    rotate y*180
    translate -0.02*y
    
    pigment { color Green }
  }
}

// Crust
difference{
  sphere {
    <0, 0, 0>, 17.38
    texture {
      pigment { color White }
    }
  }
  prism {
    linear_spline
    0, // height 1
    20, // height 2
    3, // the number of points making up the shape...
    <0,0>,<-18.03,20>,<6,20>
    rotate y*180
    translate -0.03*y
    
    pigment { color White }
  }
}
Autor Lennart Kudling

Licenciamento

Eu, titular dos direitos de autor desta obra, publico-a com a seguinte licença:
w:pt:Creative Commons
atribuição
A utilização deste ficheiro é regulada nos termos da licença Creative Commons - Atribuição 3.0 Não Adaptada.
Pode:
  • partilhar – copiar, distribuir e transmitir a obra
  • recombinar – criar obras derivadas
De acordo com as seguintes condições:
  • atribuição – Tem de fazer a devida atribuição da autoria, fornecer uma hiperligação para a licença e indicar se foram feitas alterações. Pode fazê-lo de qualquer forma razoável, mas não de forma a sugerir que o licenciador o apoia ou subscreve o seu uso da obra.

Legendas

Adicione uma explicação de uma linha do que este ficheiro representa

Elementos retratados neste ficheiro

retrata

image/svg+xml

Histórico do ficheiro

Clique uma data e hora para ver o ficheiro tal como ele se encontrava nessa altura.

Data e horaMiniaturaDimensõesUtilizadorComentário
atual04h15min de 30 de setembro de 2014Miniatura da versão das 04h15min de 30 de setembro de 2014552 × 553 (1,03 MB)Wereldburger758Valid SVG now.
20h53min de 3 de agosto de 2009Miniatura da versão das 20h53min de 3 de agosto de 2009552 × 553 (1,63 MB)LennyWikipedia~commonswiki{{Information |Description={{en|1=The inner structure of the Moon (from innermost): core (r=1600km), primitive mantle(r=11880km), depleted mantle (r=16700km), crust (r=17380km)}} |Source=Own work by uploader |Author=Lenny222 |Date=2009-0

A seguinte página usa este ficheiro:

Utilização global do ficheiro

Metadados