File:Rhombic dodecahedron.jpg

頁面內容不支援其他語言。
這個檔案來自維基共享資源
維基百科,自由的百科全書

Rhombic_dodecahedron.jpg(240 × 256 像素,檔案大小:8 KB,MIME 類型:image/jpeg


摘要

3D-render of partially-transparent Rhombic dodecahedron (dual of cuboctahedron Archimedean solid).

From en:Image:Rhombic dodecahedron.jpg

本圖片是以PNG、GIF或JPEG格式上傳。然而,其中包含的資料或訊息,應該重新建立成可縮放向量圖形SVG)檔案,以更有效率或更準確的方式儲存。如有可能,請上傳本圖片的SVG格式版本。在上傳之後,請修改維基各姊妹計畫中所有使用舊版圖片的條目(列在圖像連結章節中),替換為新版圖片,並在舊圖片的描述頁中加入{{Vector version available|新圖片名稱.svg}}模板,同時移除本模板。

授權條款

GNU head 已授權您依據自由軟體基金會發行的無固定段落、封面文字和封底文字GNU自由文件授權條款1.2版或任意後續版本,對本檔進行複製、傳播和/或修改。該協議的副本列在GNU自由文件授權條款中。
w:zh:共享創意
姓名標示 相同方式分享
此檔案採用共享創意 姓名標示-相同方式分享 3.0 未在地化版本授權條款。
您可以自由:
  • 分享 – 複製、發佈和傳播本作品
  • 重新修改 – 創作演繹作品
惟需遵照下列條件:
  • 姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
  • 相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款,來分布您的貢獻成品。
已新增授權條款標題至此檔案,作為GFDL授權更新的一部份。

Povray code

The file was produced via the command "povray rhombic_dodecahedron.ini" on a Mac OS X machine with the fink installation of POV-Ray. The following three files are used. (GFDL applies to all)

File "rhombic_dodecahedron.povi"

#declare A=sqrt(2);
#declare R=0.025;

#declare rhombdod =
intersection {
    box { < -2, -2, -2>, <2,2,2> }
    plane { < 1, 1, 0>, A } 
    plane { < 1,-1, 0>, A }
    plane { <-1, 1, 0>, A }
    plane { <-1,-1, 0>, A }
    plane { < 1, 0, 1>, A }
    plane { < 1, 0,-1>, A }
    plane { <-1, 0, 1>, A }
    plane { <-1, 0,-1>, A }
    plane { < 0, 1, 1>, A }
    plane { < 0, 1,-1>, A }
    plane { < 0,-1, 1>, A }
    plane { < 0,-1,-1>, A }
    }

#declare tripod = 
    union{
        cylinder { <2,0,0>, <1,1,1>, R }
        cylinder { <0,2,0>, <1,1,1>, R }
        cylinder { <0,0,2>, <1,1,1>, R }
        sphere { <1,1,1>, R }
        }
#declare rhombdodedges =
    union {
        object { tripod }
        object { tripod rotate 90*z }
        object { tripod rotate 180*z }
        object { tripod rotate 270*z }
        object { tripod rotate 180*x }
        object { tripod rotate 180*x rotate 90*z }
        object { tripod rotate 180*x rotate 180*z }
        object { tripod rotate 180*x rotate 270*z }
        sphere { < 2, 0, 0 >, R }
        sphere { <-2, 0, 0 >, R }
        sphere { < 0, 2, 0 >, R }
        sphere { < 0,-2, 0 >, R }
        sphere { < 0, 0, 2 >, R }
        sphere { < 0, 0,-2 >, R }
        }

File "rhombic_dodecahedron.pov"

#include "colors.inc"
#include "rhombic_dodecahedron.povi"

global_settings{ ambient_light White }
background { color White }

#declare LX = 20;
#declare LZ = 50;
light_source { <LX,-LX,LZ> color White}
light_source { <-LX,LX,LZ> color White}
light_source { <LX,LX,LZ> color White}
light_source { <-LX,-LX,LZ> color White}

object { rhombdod
    texture {
        pigment { colour rgbt <1,1,0.4,0.3> }
        finish { ambient 0.1 diffuse 0.9 phong 1 }
        }
    }


object { rhombdodedges
    texture { pigment { colour Black } }
    }

camera {
    location 15*y
    direction -y
    right 0.3*x
    up 0.3*z
    rotate 10*x
    rotate 30*z
    }

File "rhombic_dodecahedron.ini"

Input_File_Name="rhombic_dodecahedron.pov"
Output_File_Type=N
Library_Path="/sw/share/povray-3.5/include/"
+v

+h256 +w256 Antialias=on

說明

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

在此檔案描寫的項目

描繪內容

著作權狀態 繁體中文 (已轉換拼寫)

有著作權 繁體中文 (已轉換拼寫)

檔案歷史

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

日期/時間縮⁠圖尺寸用戶備⁠註
目前2013年4月21日 (日) 09:48於 2013年4月21日 (日) 09:48 版本的縮圖240 × 256(8 KB)AnonMooslosslessly cropping
2005年8月29日 (一) 15:43於 2005年8月29日 (一) 15:43 版本的縮圖256 × 256(8 KB)Burn~commonswikiFrom en:Image:Rhombic dodecahedron.jpg {{GFDL}}

下列頁面有用到此檔案:

全域檔案使用狀況