Originaldatei (SVG-Datei, Basisgröße: 552 × 553 Pixel, Dateigröße: 1,03 MB)
Diese Datei stammt aus Wikimedia Commons und kann von anderen Projekten verwendet werden. Die Beschreibung von deren Dateibeschreibungsseite wird unten angezeigt.
BeschreibungMoon structure.svg |
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 | |
Quelle |
Eigenes Werk Prototyped with PovRay, manually traced and post-processed with Illustrator. ![]() Diese Grafik wurde mit POV-Ray erstellt. ![]() Diese Vektorgrafik wurde von v mit Adobe Illustrator erstellt. 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 }
}
}
|
Urheber | Lennart Kudling |
Klicke auf einen Zeitpunkt, um diese Version zu laden.
Version vom | Vorschaubild | Maße | Benutzer | Kommentar | |
---|---|---|---|---|---|
aktuell | 04:15, 30. Sep. 2014 | 552 × 553 (1,03 MB) | wikimediacommons>Wereldburger758 | Valid SVG now. |
Die folgende Seite verwendet diese Datei:
Diese Datei enthält weitere Informationen, die in der Regel von der Digitalkamera oder dem verwendeten Scanner stammen. Durch nachträgliche Bearbeitung der Originaldatei können einige Details verändert worden sein.
Breite | 551.56799 |
---|---|
Höhe | 552.96448 |