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.

 
圖形使用Persistence of Vision創作。
 

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:創用CC
姓名標示
此檔案採用創用CC 姓名標示 3.0 未在地化版本授權條款。
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。

說明

添加單行說明來描述出檔案所代表的內容

在此檔案描寫的項目

描繪內容

檔案來源 Chinese (Taiwan) (已轉換拼寫)

image/svg+xml

檔案歷史

點選日期/時間以檢視該時間的檔案版本。

日期/時間縮⁠圖尺寸使用者備⁠註
目前2014年9月30日 (二) 04:15於 2014年9月30日 (二) 04:15 版本的縮圖552 × 553(1.03 MB)Wereldburger758Valid SVG now.
2009年8月3日 (一) 20:53於 2009年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

下列頁面有用到此檔案:

全域檔案使用狀況

詮釋資料