Soubor:Moon structure.svg

Původní soubor(soubor SVG, nominální rozměr: 552 × 553 pixelů, velikost souboru: 1,03 MB)

Popis

Popis
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)
Datum
Zdroj

Vlastní dílo

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

 
Tento grafika byl vytvořen programem POV-Ray.
 
Tento vektorový obrázek byl vytvořen programem 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

Licence

Já, držitel autorských práv k tomuto dílu, ho tímto zveřejňuji za podmínek následující licence:
w:cs:Creative Commons
uveďte autora
Tento soubor podléhá licenci Creative Commons Uveďte autora 3.0 Unported
Dílo smíte:
  • šířit – kopírovat, distribuovat a sdělovat veřejnosti
  • upravovat – pozměňovat, doplňovat, využívat celé nebo částečně v jiných dílech
Za těchto podmínek:
  • uveďte autora – Máte povinnost uvést autorství, poskytnout odkaz na licenci a uvést, pokud jste provedli změny. Toho můžete docílit jakýmkoli rozumným způsobem, avšak ne způsobem naznačujícím, že by poskytovatel licence schvaloval nebo podporoval vás nebo vaše užití díla.

Popisky

Přidejte jednořádkové vysvětlení, co tento soubor představuje

Položky vyobrazené v tomto souboru

zobrazuje

Historie souboru

Kliknutím na datum a čas se zobrazí tehdejší verze souboru.

Datum a časNáhledRozměryUživatelKomentář
současná30. 9. 2014, 06:15Náhled verze z 30. 9. 2014, 06:15552 × 553 (1,03 MB)Wereldburger758Valid SVG now.
3. 8. 2009, 22:53Náhled verze z 3. 8. 2009, 22:53552 × 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

Tento soubor používá následující stránka:

Globální využití souboru

Metadata