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

此diagram图片可使用矢量图形重新创建为SVG文件。这具有很多好处;更多信息请参见共享资源:待清理媒体。如果存在此图片的SVG格式,请将其上传,然后将此模板替换为{{vector version available|新图片名称}}


建议您将SVG命名为“Rhombic dodecahedron.svg”,这样在使用Vector version available(或Vva)模板时就不需要填写新图片名称参数。

许可协议

GNU head 已授权您依据自由软件基金会发行的无固定段落及封面封底文字(Invariant Sections, Front-Cover Texts, and Back-Cover Texts)的GNU自由文件许可协议1.2版或任意后续版本的条款,复制、传播和/或修改本文件。该协议的副本请见“GNU Free Documentation License”。
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:482013年4月21日 (日) 09:48版本的缩略图240 × 256(8 KB)AnonMooslosslessly cropping
2005年8月29日 (一) 15:432005年8月29日 (一) 15:43版本的缩略图256 × 256(8 KB)Burn~commonswikiFrom en:Image:Rhombic dodecahedron.jpg {{GFDL}}

以下页面使用本文件:

全域文件用途