摘要
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}} 模板,同時移除本模板。
這個file中的所有圖片名上傳 在JPEG 格式,即使它包含非照片數據 。該信息可以以PNG 或SVG 格式更有效或更準確地存儲。 如果可能,請上傳此圖像的PNG或SVG版本,不含壓縮失真 ,源自非JPEG源(或移除 現存的失真)。完成後,請使用{{Superseded|NewImage.ext}}
標記JPEG版本並刪除此標記。此標籤不應應用於照片或掃描件。如需更多信息,請參閱{{BadJPEG}} 。
授權條款
已授權您依據自由軟體基金會 發行的無固定段落、封面文字和封底文字GNU自由文件授權條款 1.2版或任意後續版本,對本檔進行複製、傳播和/或修改。該協議的副本列在GNU自由文件授權條款 中。http://www.gnu.org/copyleft/fdl.html GFDL GNU Free Documentation License true true
此檔案採用共享創意 姓名標示-相同方式分享 3.0 未在地化版本 授權條款。
您可以自由:
分享 – 複製、發佈和傳播本作品
重新修改 – 創作演繹作品
惟需遵照下列條件:
姓名標示 – 您必須指名出正確的製作者,和提供授權條款的連結,以及表示是否有對內容上做出變更。您可以用任何合理的方式來行動,但不得以任何方式表明授權條款是對您許可或是由您所使用。
相同方式分享 – 如果您利用本素材進行再混合、轉換或創作,您必須基於如同原先的相同或兼容的條款 ,來分布您的貢獻成品。
已新增授權條款標題至此檔案,作為GFDL授權更新 的一部份。 http://creativecommons.org/licenses/by-sa/3.0/ CC BY-SA 3.0 Creative Commons Attribution-Share Alike 3.0 true true
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