File:Moon structure.svg

页面内容不支持其他语言。
這個文件來自維基共享資源
维基百科,自由的百科全书

原始文件(SVG文件,尺寸为552 × 553像素,文件大小:1.03 MB)


摘要

描述
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)
日期
来源

自己的作品

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

 
本图片使用POV-Ray创作.
 

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 }
  }
}
作者 Lennart Kudling

许可协议

我,本作品著作权人,特此采用以下许可协议发表本作品:
w:zh:知识共享
署名
本文件采用知识共享署名 3.0 未本地化版本许可协议授权。
您可以自由地:
  • 共享 – 复制、发行并传播本作品
  • 修改 – 改编作品
惟须遵守下列条件:
  • 署名 – 您必须对作品进行署名,提供授权条款的链接,并说明是否对原始内容进行了更改。您可以用任何合理的方式来署名,但不得以任何方式表明许可人认可您或您的使用。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描繪內容

image/svg+xml

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2014年9月30日 (二) 04:152014年9月30日 (二) 04:15版本的缩略图552 × 553(1.03 MB)Wereldburger758Valid SVG now.
2009年8月3日 (一) 20:532009年8月3日 (一) 20:53版本的缩略图552 × 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

以下页面使用本文件:

全域文件用途

元数据