摘要
3D-render of partially-transparent Rhombic dodecahedron (dual of cuboctahedron Archimedean solid).
From en:Image:Rhombic dodecahedron.jpg
这个file中的所有图片名上传 在JPEG 格式,即使它包含非照片数据 。该信息可以以PNG 或SVG 格式更有效或更准确地存储。如果可能,请上传此图像的PNG或SVG版本,没有压缩失真 ,源自非JPEG源(或去除 现存的失真)。完成后,请使用{{Superseded|NewImage.ext}}
标记JPEG版本并删除此标记。此标签不应应用于照片或扫描件。如需更多信息,请参阅{{BadJPEG}} 。
许可协议
已授权您依据自由软件基金会 发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议 1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License ”。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